Searched refs:maxRandomPacketSize (Results 1 – 2 of 2) sorted by relevance
654 final int maxRandomPacketSize = 512; in testRandomPackets() local657 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRandomPackets()
2227 final int maxRandomPacketSize = 512; in testRaParsing() local2235 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaParsing()2248 final int maxRandomPacketSize = 512; in testRaProcessing() local2256 byte[] packet = new byte[r.nextInt(maxRandomPacketSize + 1)]; in testRaProcessing()