Skip to main content

Crate virtio_vsock

Crate virtio_vsock 

Source
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§

VirtioVsockDevice
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.