mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2026-05-17 00:05:50 +03:00
fixes
This commit is contained in:
@@ -237,7 +237,9 @@ func BenchmarkConnStdNetBindReceive(b *testing.B) {
|
||||
name: "single",
|
||||
batchSize: 1,
|
||||
rxOffload: false,
|
||||
reader: &benchmarkConnLinuxPacketConn{},
|
||||
reader: &benchmarkConnLinuxPacketConn{
|
||||
readBatches: [][]benchmarkConnPacket{benchmarkConnBatchPackets(1, 256)},
|
||||
},
|
||||
conn: &benchmarkConnUDPConn{
|
||||
readPayloads: [][]byte{benchmarkConnPayload(256)},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user