Structsยง
- An address associated with a virtual socket.
- Represents a virtual socket server.
- A virtual socket.
- A virtual stream socket.
- sockaddr_vm ๐
Enumsยง
- The vsock equivalent of an IP address.
Constantsยง
- AF_VSOCK ๐
- PADDING ๐
- VMADDR_CID_LOCAL ๐
- Vsock equivalent of binding on port 0. Binds to a random port.
Traitsยง
Functionsยง
- set_nonblocking ๐ โSets
fd
to be blocking or nonblocking.fd
must be a valid fd of a type that accepts theO_NONBLOCK
flag. This includes regular files, pipes, and sockets.