mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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 int _type;
|
||||
|
||||
public static final long MAX_ID_VALUE = (1l<<32l)-1l;
|
||||
|
||||
public final static int TYPE_UNSPECIFIED = 0;
|
||||
public final static int TYPE_INBOUND = 1;
|
||||
public final static int TYPE_OUTBOUND = 2;
|
||||
|
||||
Reference in New Issue
Block a user