]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tcp.7: Note that MSG_PEEK can be used on out-of-band data
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 1 Dec 2008 15:07:38 +0000 (10:07 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 6 Dec 2008 03:18:08 +0000 (22:18 -0500)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/tcp.7

index f567862ffe1556c617f07ccf08ad8ec5f4e2b4a3..c9652ea76fb13382dc6e30512cecad337e8cbf5f 100644 (file)
@@ -970,6 +970,11 @@ This violates RFC\ 1122, but is
 required for interoperability with other stacks.
 It can be changed via
 .IR /proc/sys/net/ipv4/tcp_stdurg .
+
+It is possible to peek at out-of-band data using the
+.IR recv (2)
+.B MSG_PEEK
+flag.
 .SS Ioctls
 These following
 .BR ioctl (2)