Expand description
Nested message and enum types in IPCFrame
.
Modules§
- bind_
service_ reply - Nested message and enum types in
BindServiceReply
.
Structs§
- Bind
Service - Client -> Host.
- Bind
Service Reply - Host -> Client.
- Invoke
Method - Client -> Host.
- Invoke
Method Reply - Host -> Client.
- Request
Error - Host -> Client.
- SetPeer
Identity - Client (relay service) -> Host. This is generated by the relay service to fill the producer identity in the guest. This message is sent to the host service before any IPCFrame is from a local producer is relayed. This is accepted only on AF_VSOCK and AF_INET sockets, where we cannot validate the endpoont of the connection. for AF_UNIX sockets, this is ignored and traced uses instead the SO_PEERCRED.