Module afxdp::socket[][src]

The Socket module represents an AF_XDP (XSK) socket which is used to transmit or receive packets.

Structs

Socket

A Rx and Tx AF_XDP socket which is used to receive and transmit packets via AF_XDP.

SocketOptions

Configuration options for AF_XDP sockets

SocketRx

A Rx only AF_XDP socket

SocketTx

A Tx only AF_XDP socket

Enums

SocketError
SocketNewError