Expand description
Support for AF_HYPERV
(on Windows) and AF_VSOCK
(on Linux) socket families.
This crate abstracts over the differences between these and provides unified
VmStream
and VmListener
types.
Structsยง
- A VM socket address.
- A VM socket listener.
- A VM socket that has not yet been bound.
- A VM stream socket.