Crate tokio_vsock
source ·Structs
- Stream returned by the
VsockListener::incomingrepresenting sockets received from a listener. - The readable half of a value returned from
split_owned. - The writable half of a value returned from
split_owned. - The readable half of a value returned from
split. - Socket address for VMWare VSockets protocol
- VsockConnectInfo
tonic-connConnection info for a Vsock Stream. - An I/O object representing a Virtio socket listening for incoming connections.
- An I/O object representing a Virtio socket connected to a remote endpoint.
- The writable half of a value returned from
split.