forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head 80aed456e1c6e4b17906153c9ee6dc9bc45e0eec)
to branch 'i2p.i2p.zzz.dhtsnark' (head dbf88ff4c1429f26656ad34fe0b9ba94305d726a)
This commit is contained in:
@@ -258,5 +258,16 @@ public interface I2PSession {
|
||||
public static final int PROTO_ANY = 0;
|
||||
public static final int PROTO_UNSPECIFIED = 0;
|
||||
public static final int PROTO_STREAMING = 6;
|
||||
|
||||
/**
|
||||
* Generally a signed datagram, but could
|
||||
* also be a raw datagram, depending on the application
|
||||
*/
|
||||
public static final int PROTO_DATAGRAM = 17;
|
||||
|
||||
/**
|
||||
* A raw (unsigned) datagram
|
||||
* @since 0.9.1
|
||||
*/
|
||||
public static final int PROTO_DATAGRAM_RAW = 18;
|
||||
}
|
||||
|
Reference in New Issue
Block a user