mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-15 06:00:41 +00:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
config XDP_SOCKETS
|
||
|
bool "XDP sockets"
|
||
|
depends on BPF_SYSCALL
|
||
|
default n
|
||
|
help
|
||
|
XDP sockets allows a channel between XDP programs and
|
||
|
userspace applications.
|