diff options
author | Lukas Larsson <[email protected]> | 2014-08-06 14:57:18 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-06 14:57:18 +0200 |
commit | f3220cea004a277b477b0f53cc35ab8122a53792 (patch) | |
tree | 8e8c4a85801f88585d4f5f1af6e972522cc0a810 /lib/kernel/doc | |
parent | 805f5312d9e1e4f9f382de3d30265802d63760ee (diff) | |
parent | 6e3f09186e0a5e89eb729840f71e2a73684e9b50 (diff) | |
download | otp-f3220cea004a277b477b0f53cc35ab8122a53792.tar.gz otp-f3220cea004a277b477b0f53cc35ab8122a53792.tar.bz2 otp-f3220cea004a277b477b0f53cc35ab8122a53792.zip |
Merge branch 'lukas/erts/fd_bind_tc_fix/OTP-12061' into maint
* lukas/erts/fd_bind_tc_fix/OTP-12061:
erts: Fix tc and docs after {fd,FD} bind change
Diffstat (limited to 'lib/kernel/doc')
-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> |