| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
THREAD_NAME |
"NETTY-TOMP2P - " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HEART_BEAT_MILLIS |
2000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_PORT |
7700 |
public static final int |
MAX_PORT |
65535 |
public static final int |
MIN_DYN_PORT |
49152 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CONTENT_TYPE_LENGTH |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HEADER_SIZE |
58 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BITS |
160 |
public static final int |
BYTE_ARRAY_SIZE |
20 |
public static final int |
CHARS_PER_INT |
8 |
public static final int |
INT_ARRAY_SIZE |
5 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_SIZE |
142 |
public static final int |
MIN_SIZE |
30 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NEIGHBOR_LIMIT |
1000 |
public static final int |
NEIGHBOR_SIZE |
30 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
WAIT_TIME |
10000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE_HEADER |
6 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_TIME_TO_LIVE |
60 |
public static final int |
MAX_ENTRIES |
1024 |
public static final int |
SEGMENT_NR |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BYTE_BITS |
8 |
public static final int |
BYTE_BYTE_SIZE |
1 |
public static final int |
INTEGER_BYTE_SIZE |
4 |
public static final int |
IPV4_BYTES |
4 |
public static final int |
IPV6_BYTES |
16 |
public static final int |
LONG_BYTE_SIZE |
8 |
public static final int |
MASK_0F |
15 |
public static final int |
MASK_80 |
128 |
public static final int |
MASK_FF |
255 |
public static final int |
SHORT_BYTE_SIZE |
2 |
Copyright © 2014. All rights reserved.