Expand description
TCP manager actor for RDMA fallback transport.
Transfers buffer data over the default hyperactor channel transport
in chunks controlled by
RDMA_MAX_CHUNK_SIZE_MB.
Structs§
- TcpChunk
Namedwrapper aroundPartfor use as a reply type.- TcpManager
Actor - TCP fallback RDMA backend actor.
- TcpSubmit
- Local-only submit message for the
TcpManagerActor.
Enums§
- TcpManager
Message - Serializable messages for the
TcpManagerActor.
Traits§
- TcpManager
Message Client - The custom client trait for this message type.
- TcpManager
Message Handler - The custom handler trait for this message type.
- TcpSubmit
Client - The custom client trait for this message type.
- TcpSubmit
Handler - The custom handler trait for this message type.