diff --git a/pkg/tcpip/link/fdbased/endpoint.go b/pkg/tcpip/link/fdbased/endpoint.go index 47e289af1..314154445 100644 --- a/pkg/tcpip/link/fdbased/endpoint.go +++ b/pkg/tcpip/link/fdbased/endpoint.go @@ -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