inet
inet
Module
inet
Module summary
Access to TCP/IP Protocols
Description
Provides access to TCP/IP protocols.
See also ERTS User's Guide, Inet configuration for more information on how to configure an Erlang runtime system for IP communication.
Two Kernel configuration parameters affect the behaviour of all sockets opened on an Erlang node: inet_default_connect_options
can contain a list of default options used for all sockets returned when doing connect
, and inet_default_listen_options
can contain a list of default options used when issuing a listen
call. When accept
is issued, the values of the listensocket options are inherited, why no such application variable is needed for accept
.
Using the Ke