mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
netstack: fix broken tcp_benchmark XDP mode
cl/591090544 introduced a flag that was not added to tcp_benchmark, breaking it. PiperOrigin-RevId: 617622867
This commit is contained in:
committed by
gVisor bot
parent
705fb540ec
commit
add4c98c28
@@ -103,5 +103,6 @@ func newXDPEndpoint(ifaceName string, mac net.HardwareAddr) (stack.LinkEndpoint,
|
||||
TXChecksumOffload: false,
|
||||
RXChecksumOffload: true,
|
||||
InterfaceIndex: iface.Index,
|
||||
Bind: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user