Module manager_actor

Module manager_actor 

Source
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
Named wrapper around Part for use as a reply type.
TcpManagerActor
TCP fallback RDMA backend actor.

Traits§

TcpManagerMessageClient
The custom client trait for this message type.
TcpManagerMessageHandler
The custom handler trait for this message type.