Expand description
Cross-platform system helpers and low-level wrappers used internally by the nex crates.
Structs§
- File
Desc - Any file descriptor on unix, only sockets on Windows.
Constants§
Functions§
- close⚠
- recv_
from - Receives data from a socket, returning the number of bytes read.
- recvfrom⚠
- retry
- send_to
- Sends data to a socket, returning the number of bytes sent.
- sendto⚠