Enums§
- Hostd
Request - Request from agentd to hostd (privileged executor).
- Hostd
Response - Response from hostd to agentd.
Constants§
- HOSTD_
SOCKET_ PATH - Default Unix domain socket path for hostd.
Functions§
- read_
frame - Read a length-prefixed JSON frame from a tokio AsyncRead.
- recv_
request - Read and deserialize a request.
- recv_
response - Read and deserialize a response.
- send_
request - Serialize and send a request.
- send_
response - Serialize and send a response.
- write_
frame - Write a length-prefixed JSON frame to a tokio AsyncWrite.