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§

TcpChunk
Named wrapper around Part for use as a reply type.
TcpManagerActor
TCP fallback RDMA backend actor.
TcpSubmit
Local-only submit message for the TcpManagerActor.

Enums§

TcpManagerMessage
Serializable messages for the TcpManagerActor.

Traits§

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