API Reference sockets v#2.1.5

Copy Markdown

Modules

The top-level entry point for opening network connections.

Utilities for working with IP addresses and hostnames.

Sends and receives individual packets on connectionless sockets (e.g. UDP).

A collection of macros that reduce boilerplate across the socket modules.

Looks up information about a host by name or IP address.

This module wraps local running program using Port.

Lets you connect to a remote host through a SOCKS proxy.

This module allows usage of SSL sockets and promotion of TCP sockets to SSL sockets.

Unified interface for stream-based sockets (TCP, SSL, Port).

This module wraps a passive TCP socket using gen_tcp.

This module wraps a UDP socket using gen_udp.

This module implements RFC 6455 WebSockets.