Skip to main content

Module cfs

Module cfs 

Source
Expand description

CFS-based SRSPP runtime integration.

Structs§

DeliveryToken
Zero-copy delivery token returned by SrsppRxHandle::wait_for_message.
SrsppNode
Combined SRSPP sender and receiver over a single link.
SrsppNodeDriver
I/O driver for a combined SRSPP sender/receiver node.
SrsppReceiver
Channel that owns the receiver state. Split into handle + driver.
SrsppReceiverDriver
Driver that handles I/O. Runs as a concurrent task.
SrsppRxHandle
Handle for receiving data from an SRSPP receiver.
SrsppSender
Channel that owns the sender state. Split into handle + driver.
SrsppSenderDriver
Driver that handles I/O and DTN drain. Runs as a concurrent task.
SrsppStream
A scoped receiver for one source address.
SrsppTxHandle
Handle for sending data over an SRSPP node.

Enums§

TransportError
Errors from the SRSPP CFS transport layer.

Type Aliases§

SimpleSender
Alias for a sender without DTN support.