Expand description
Capability-gated network operations.
Drop-in replacements for std::net functions that require a capability token.
Functionsยง
- tcp_
bind - Binds a TCP listener to the given address.
Requires
NetBindpermission. - tcp_
connect - Opens a TCP connection to the given address.
Requires
NetConnectpermission. - udp_
bind - Binds a UDP socket to the given address.
Requires
NetBindpermission.