Searched refs:MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
54 private static final int MAX_SIZE = 4096; field in PingTest113 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE); in checkResponse()161 byte[] packet = pingPacket((int) (Math.random() * (MAX_SIZE - ICMP_HEADER_SIZE))); in testLoopbackPing()
634 constexpr uint16_t MAX_SIZE = 8192; in readResponse() local637 std::vector<uint8_t> response(std::min(responseSize, MAX_SIZE)); in readResponse()