Module posish::net[][src]

Expand description

Network-related operations.

Enums

AddressFamily

AF_* constants.

SocketType

SOCK_* constants.

Functions

recv

recv(fd, buf.as_ptr(), buf.len(), flags)

send

send(fd, buf.ptr(), buf.len(), flags)

socket_type

getsockopt(fd, SOL_SOCKET, SO_TYPE)