Expand description
Virtio vsock device implementation, per section 5.10 of the virtio specification.
Modules§
- resolver
- Defines the resource resolver for virtio-vsock devices.
Structs§
- Virtio
Vsock Device - Virtio vsock device.
Enums§
- RxReady
- Indicates a connection that is read to put data on the rx queue to send to the guest. N.B. When a future returns an item, it’s not always guaranteed that a packet is ready to be sent. It could be a spurious wake from a poll, or a pending connection that’s still reading its connect request, etc.