Structs§
- An address associated with a virtual socket.
- Represents a virtual socket server.
- A virtual socket.
- A virtual stream socket.
Enums§
- The vsock equivalent of an IP address.
Constants§
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.