Crate realm_syscall
source ·Expand description
Realm’s convenient syscall collections.
Re-exports
pub use socket2;
Functions
- Bind a socket to a specific network interface.
- Bump nofile limits.
- Daemonize.
- Get current nofile limits.
- Create a new non-blocking socket.
- Create a new non-blocking TCP socket.
- Create a new non-blocking UDP socket.
- Set nofile limits.