tcp.7: srcfix: Add comments with references for TCP_DEFER_ACCEPT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-24 09:39:04 +01:00
parent 423bd34478
commit 59c4210474
1 changed files with 3 additions and 0 deletions

View File

@ -921,6 +921,9 @@ This option should not be used in code intended to be portable.
.TP .TP
.BR TCP_DEFER_ACCEPT " (since Linux 2.4)" .BR TCP_DEFER_ACCEPT " (since Linux 2.4)"
.\" Precisely: since 2.3.38 .\" Precisely: since 2.3.38
.\" Useful references:
.\" http://www.techrepublic.com/article/take-advantage-of-tcp-ip-options-to-optimize-data-transmission/
.\" http://unix.stackexchange.com/questions/94104/real-world-use-of-tcp-defer-accept
Allow a listener to be awakened only when data arrives on the socket. Allow a listener to be awakened only when data arrives on the socket.
Takes an integer value (seconds), this can Takes an integer value (seconds), this can
bound the maximum number of attempts TCP will make to bound the maximum number of attempts TCP will make to