Searched refs:maxRandomPacketSize (Results 1 – 3 of 3) sorted by relevance
709 final int maxRandomPacketSize = 512; in testRandomPackets() local712 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
1557 final int maxRandomPacketSize = 512; in testRaParsing() local1566 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()1579 final int maxRandomPacketSize = 512; in testRaProcessing() local1588 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()
2411 final int maxRandomPacketSize = 512; in testRaParsing() local2418 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()2431 final int maxRandomPacketSize = 512; in testRaProcessing() local2438 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()