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§
- TcpBackend
- Wrapper around
ActorHandle<TcpManagerActor>that moves the TCP data-plane (chunked reads/writes) off the actor loop while keeping buffer resolution serialized through actor messages. - TcpChunk
Namedwrapper aroundPartfor use as a reply type.- TcpManager
Actor - TCP fallback RDMA backend actor.
Traits§
- TcpManager
Message Client - The custom client trait for this message type.
- TcpManager
Message Handler - The custom handler trait for this message type.