Module rustix::net::sockopt

source ·
Expand description

getsockopt and setsockopt functions.

In the rustix API, there is a separate function for each option, so that it can be given an option-specific type signature.

References for all get_* functions:

References for all set_* functions:

References for get_socket_* and set_socket_* functions:

References for get_ip_* and set_ip_* functions:

References for get_ipv6_* and set_ipv6_* functions:

References for get_tcp_* and set_tcp_* functions:

Enums

Functions