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