forked from I2P_Developers/i2p.i2p
just to be explicit about the max tunnel id
This commit is contained in:
@ -27,6 +27,8 @@ public class TunnelId extends DataStructureImpl {
|
|||||||
private long _tunnelId;
|
private long _tunnelId;
|
||||||
private int _type;
|
private int _type;
|
||||||
|
|
||||||
|
public static final long MAX_ID_VALUE = (1l<<32l)-1l;
|
||||||
|
|
||||||
public final static int TYPE_UNSPECIFIED = 0;
|
public final static int TYPE_UNSPECIFIED = 0;
|
||||||
public final static int TYPE_INBOUND = 1;
|
public final static int TYPE_INBOUND = 1;
|
||||||
public final static int TYPE_OUTBOUND = 2;
|
public final static int TYPE_OUTBOUND = 2;
|
||||||
|
Reference in New Issue
Block a user