forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p.zzz.test' (head f45f828cb1f4e2ea944d18a2aa23d9fac3f828fa)
to branch 'i2p.i2p' (head 282b48a00cfb053c488aa75519723c001f2ca5a1)
This commit is contained in:
@ -144,7 +144,7 @@ public class Packet {
|
|||||||
public static final int FLAG_NO_ACK = (1 << 10);
|
public static final int FLAG_NO_ACK = (1 << 10);
|
||||||
|
|
||||||
public static final int DEFAULT_MAX_SIZE = 32*1024;
|
public static final int DEFAULT_MAX_SIZE = 32*1024;
|
||||||
private static final int MAX_DELAY_REQUEST = 65535;
|
protected static final int MAX_DELAY_REQUEST = 65535;
|
||||||
|
|
||||||
public Packet() { }
|
public Packet() { }
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ import net.i2p.data.Payload;
|
|||||||
import net.i2p.util.Log;
|
import net.i2p.util.Log;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the message a client sends to a router to ask it to deliver
|
* Defines the payload message a router sends to the client
|
||||||
* a new message
|
|
||||||
*
|
*
|
||||||
* @author jrandom
|
* @author jrandom
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user