diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-13 15:17:47 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-16 15:03:35 +0200 |
commit | d64479bcc536c64b15e0c9fa28ecb73bc7e385a4 (patch) | |
tree | 4c21bd1758c7f36610d1a9e44ec1d08cf7eb6a94 /lib/kernel/doc/src/gen_udp.xml | |
parent | 50feb4016f66d3c31eadf53d46987cac57819639 (diff) | |
download | otp-d64479bcc536c64b15e0c9fa28ecb73bc7e385a4.tar.gz otp-d64479bcc536c64b15e0c9fa28ecb73bc7e385a4.tar.bz2 otp-d64479bcc536c64b15e0c9fa28ecb73bc7e385a4.zip |
kernel: Document tcp-, udp- and sctp_module option
Diffstat (limited to 'lib/kernel/doc/src/gen_udp.xml')
-rw-r--r-- | lib/kernel/doc/src/gen_udp.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/gen_udp.xml b/lib/kernel/doc/src/gen_udp.xml index 0b2cd3d765..7cf8a6da4c 100644 --- a/lib/kernel/doc/src/gen_udp.xml +++ b/lib/kernel/doc/src/gen_udp.xml @@ -87,6 +87,13 @@ <p>Set up the socket for IPv4.</p> </item> + <tag><c>{udp_module, module()}</c></tag> + <item> <p> + Override which callback module used. Defaults to + <c>inet_udp</c> for IPv4 and <c>inet6_udp</c> for IPv6. + </p> + </item> + <tag><c>{multicast_if, Address}</c></tag> <item> <p>Set the local device for a multicast socket.</p> |