package
1.0.0
Repository: https://github.com/naphaso/netstack.git
Documentation: pkg.go.dev

# Functions

DecodeRxBufferHeader decodes the header of a buffer posted on an rx queue.
DecodeTxBufferHeader decodes the header of the i-th buffer of a packet sent over a tx queue.
DecodeTxPacketHeader decodes the header of a packet sent over a tx queue.
EncodeRxCompletion encodes an rx completion header.
EncodeRxCompletionBuffer encodes the i-th rx completion buffer header.
EncodeTxCompletion encodes a tx completion header.
RxCompletionSize returns the number of bytes needed to encode an rx completion containing "count" buffers.

# Structs

Rx is a receive queue.
RxBuffer is the descriptor of a receive buffer.
Tx is a transmit queue.
TxBuffer is the descriptor of a transmit buffer.
TxPacketInfo holds information about a packet sent on a tx queue.