Expand description
Realm’s convenient syscall collections.
Re-exports§
pub use socket2;
Functions§
- bind_
to_ device - Bind a socket to a specific network interface.
- bump_
nofile_ limit - Bump nofile limits.
- daemonize
- Daemonize.
- get_
nofile_ limit - Get current nofile limits.
- new_
mptcp_ socket - Create a new non-blocking MPTCP socket.
- new_
socket - Create a new non-blocking socket.
- new_
tcp_ socket - Create a new non-blocking TCP socket.
- new_
udp_ socket - Create a new non-blocking UDP socket.
- set_
nofile_ limit - Set nofile limits.