diff --git a/router/java/src/net/i2p/router/transport/udp/SSU2Util.java b/router/java/src/net/i2p/router/transport/udp/SSU2Util.java index 3b934150b..4350223a1 100644 --- a/router/java/src/net/i2p/router/transport/udp/SSU2Util.java +++ b/router/java/src/net/i2p/router/transport/udp/SSU2Util.java @@ -71,13 +71,6 @@ final class SSU2Util { public static final int MIN_SESSION_REQUEST_LEN = MIN_HANDSHAKE_DATA_LEN; /** 88 */ public static final int MIN_SESSION_CREATED_LEN = MIN_HANDSHAKE_DATA_LEN; - /** - * 380 - * Any RI, even compressed, will be at least 400 bytes. - * It has a minimum 387 byte ident and 40 byte sig, neither is compressible. - * Use 300 just to be safe for compression. - */ - public static final int MIN_SESSION_CONFIRMED_LEN = SHORT_HEADER_SIZE + KEY_LEN + MAC_LEN + 300 + MAC_LEN; /** 3 byte block header */ public static final int FIRST_FRAGMENT_HEADER_SIZE = SSU2Payload.BLOCK_HEADER_SIZE;