Module tcp

Module tcp 

Source
Expand description

TCP fallback backend for RDMA operations.

Transfers memory over the default hyperactor channel transport by chunking buffers into serializable messages. Intended as a fallback when ibverbs hardware is unavailable.

Modules§

manager_actor
TCP manager actor for RDMA fallback transport.

Structs§

TcpOp
A single operation for the [TcpSubmit] local message.