some more defines

This commit is contained in:
zzz
2011-01-03 16:21:51 +00:00
parent 4d4bfa00b3
commit 8d59fd1cbe
2 changed files with 4 additions and 1 deletions

View File

@ -79,6 +79,7 @@ public class Peer implements Comparable
static final long OPTION_EXTENSION = 0x0000000000100000l;
static final long OPTION_FAST = 0x0000000000000004l;
static final long OPTION_DHT = 0x0000000000000001l;
static final long OPTION_AZMP = 0x1000000000000000l;
private long options;
/**