diff options
author | Lukas Larsson <[email protected]> | 2014-08-04 17:36:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-06 14:49:32 +0200 |
commit | 6e3f09186e0a5e89eb729840f71e2a73684e9b50 (patch) | |
tree | f312cdcba9632b99956b943f6164b81f9161e610 /lib/kernel/doc/src | |
parent | 62081266545df8f5eda8e2043f33055cfe575126 (diff) | |
download | otp-6e3f09186e0a5e89eb729840f71e2a73684e9b50.tar.gz otp-6e3f09186e0a5e89eb729840f71e2a73684e9b50.tar.bz2 otp-6e3f09186e0a5e89eb729840f71e2a73684e9b50.zip |
erts: Fix tc and docs after {fd,FD} bind change
The sha of the original change is 52810718b
Diffstat (limited to 'lib/kernel/doc/src')
-rw-r--r-- | lib/kernel/doc/src/gen_udp.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/gen_udp.xml b/lib/kernel/doc/src/gen_udp.xml index 503725fe18..291d1b0da7 100644 --- a/lib/kernel/doc/src/gen_udp.xml +++ b/lib/kernel/doc/src/gen_udp.xml @@ -84,7 +84,12 @@ <item> <p>If a socket has somehow been opened without using <c>gen_udp</c>, use this option to pass the file - descriptor for it.</p> + descriptor for it. If <c><anno>Port</anno></c> is not set to 0 + and/or <c>{ip, ip_address()}</c> is combined with this option + the fd will be bound to the given interface and port after being + opened. If these options are not given it is assumed that the fd + is already bound appropriately. + </p> </item> <tag><c>inet6</c></tag> <item> |