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ยง
- VmAddress
- A VM socket address.
- VmListener
- A VM socket listener.
- VmSocket
- A VM socket that has not yet been bound.
- VmStream
- A VM stream socket.