Searched refs:MAX_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
50 private static final int MAX_PACKET_SIZE = Short.MAX_VALUE; field in ToyVpnConnection193 ByteBuffer packet = ByteBuffer.allocate(MAX_PACKET_SIZE); in run()