just to be explicit about the max tunnel id

This commit is contained in:
jrandom
2004-06-29 19:25:23 +00:00
committed by zzz
parent e9cdb0f78d
commit 04373c5d1b

View File

@ -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;