diff options
author | Lukas Larsson <[email protected]> | 2017-03-16 10:38:23 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-03-28 08:22:16 +0200 |
commit | 1b4dedb155a4fe6faf35448c2d119e391204701a (patch) | |
tree | 3d4f0074e5df6983bb55769b4dd03f5709e392f3 /lib/kernel/doc/src/inet.xml | |
parent | 1cbc44aa05d4abf958e4bf7d5014668df3d98e90 (diff) | |
download | otp-1b4dedb155a4fe6faf35448c2d119e391204701a.tar.gz otp-1b4dedb155a4fe6faf35448c2d119e391204701a.tar.bz2 otp-1b4dedb155a4fe6faf35448c2d119e391204701a.zip |
kernel: Expand gen_tcp:close docs with send text
This commit attempts to clarify some of the guarantees given by
the TCP standard when issuing close. This is quite a complex
topic so there are probably corner cases still left, but this
at least tells the user that things can go wrong when doing
a close.
Diffstat (limited to 'lib/kernel/doc/src/inet.xml')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 4c4a5c39cb..36a99f7a7a 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -909,7 +909,7 @@ setcap cap_sys_admin,cap_sys_ptrace,cap_dac_read_search+epi beam.smp</code> </item> <tag><c>{packet, PacketType}</c>(TCP/IP sockets)</tag> <item> - <p>Defines the type of packets to use for a socket. + <p><marker id="packet"/>Defines the type of packets to use for a socket. Possible values:</p> <taglist> <tag><c>raw | 0</c></tag> |