Searched refs:MAX_PACKET_SIZE (Results 1 – 3 of 3) sorted by relevance
58 private static final int MAX_PACKET_SIZE = 100; field in StreamingPacketFileTest84 assertEquals(maxBufferedInboundPackets * (MAX_PACKET_SIZE + 2), in continueReadingAndClose()86 assertEquals(maxBufferedOutboundPackets * (MAX_PACKET_SIZE + 2), in continueReadingAndClose()287 MAX_PACKET_SIZE, in createFile()
30 #define MAX_PACKET_SIZE 2048 macro154 fdp->ConsumeIntegralInRange<size_t>(0, MAX_PACKET_SIZE);
55 private static final int MAX_PACKET_SIZE = 4096; field in MdnsRecordTests376 MdnsPacketWriter writer = new MdnsPacketWriter(MAX_PACKET_SIZE); in toHex()