Crate realm_syscall

Crate realm_syscall 

Source
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.