Searched refs:maxRandomPacketSize (Results 1 – 2 of 2) sorted by relevance
512 final int maxRandomPacketSize = 512; in testRandomPackets() local515 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
1183 final int maxRandomPacketSize = 512; in testRaParsing() local1188 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()1201 final int maxRandomPacketSize = 512; in testRaProcessing() local1206 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()