netstack: remove unused XDP reference in fdbased endpoint

This is dead code. XDP now has its own endpoint.

PiperOrigin-RevId: 625854393
This commit is contained in:
Kevin Krakauer
2024-04-17 17:24:35 -07:00
committed by gVisor bot
parent 56cd46057b
commit fe9d22f06b
-5
View File
@@ -221,11 +221,6 @@ type Options struct {
// system call.
MaxSyscallHeaderBytes int
// AFXDPFD is used with the experimental AF_XDP mode.
// TODO(b/240191988): Use multiple sockets.
// TODO(b/240191988): How do we handle the MTU issue?
AFXDPFD *int
// InterfaceIndex is the interface index of the underlying device.
InterfaceIndex int