Module base::sys::linux::vsock

source ·

Structs§

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 the O_NONBLOCK flag. This includes regular files, pipes, and sockets.