Expand description
Virtio socket support for Rust.
Structs§
- Incoming
- An iterator that infinitely accepts connections on a VsockListener.
- Vsock
Addr - Socket address for VMWare VSockets protocol
- Vsock
Listener - A virtio socket server, listening for connections.
- Vsock
Stream - A virtio stream between a local and a remote socket.
Constants§
Traits§
- Sockaddr
Like - Anything that, in C, can be cast back and forth to
sockaddr
.
Functions§
- get_
local_ cid - Gets the CID of the local machine.
- vm_
sockets_ ⚠get_ local_ cid