Searched refs:maxRandomPacketSize (Results 1 – 2 of 2) sorted by relevance
708 final int maxRandomPacketSize = 512; in testRandomPackets() local711 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
2239 final int maxRandomPacketSize = 512; in testRaParsing() local2247 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()2260 final int maxRandomPacketSize = 512; in testRaProcessing() local2268 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()