From d64479bcc536c64b15e0c9fa28ecb73bc7e385a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 13 Apr 2012 15:17:47 +0200 Subject: kernel: Document tcp-, udp- and sctp_module option --- lib/kernel/doc/src/gen_udp.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/kernel/doc/src/gen_udp.xml') 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 @@

Set up the socket for IPv4.

+ {udp_module, module()} +

+ Override which callback module used. Defaults to + inet_udp for IPv4 and inet6_udp for IPv6. +

+
+ {multicast_if, Address}

Set the local device for a multicast socket.

-- cgit v1.2.3