gen_udp

gen_udp

Module

gen_udp

Module summary

Interface to UDP sockets

Description

The gen_udp module provides functions for communicating with sockets using the UDP protocol.

Data types

option() =
    {active, true | false | once | -32768..32767} |     {add_membership, {inet:ip_address(), inet:ip_address()}} |     {broadcast, boolean()} |     {buffer, integer() >= 0} |     {deliver, port | term} |     {dontroute, boolean()} |     {drop_membership, {inet:ip_address(), inet:ip_address()}} |     {head