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:
Kevin Krakauer
2024-03-20 14:20:03 -07:00
committed by gVisor bot
parent 705fb540ec
commit add4c98c28
+1
View File
@@ -103,5 +103,6 @@ func newXDPEndpoint(ifaceName string, mac net.HardwareAddr) (stack.LinkEndpoint,
TXChecksumOffload: false,
RXChecksumOffload: true,
InterfaceIndex: iface.Index,
Bind: true,
})
}