mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
56cd46057b
commit
fe9d22f06b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user