From 59c4210474635fb9193ef9f3d8aa91368ebd9400 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 24 Jan 2014 09:39:04 +0100 Subject: [PATCH] tcp.7: srcfix: Add comments with references for TCP_DEFER_ACCEPT Signed-off-by: Michael Kerrisk --- man7/tcp.7 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man7/tcp.7 b/man7/tcp.7 index 47962c367..4524f92f5 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -921,6 +921,9 @@ This option should not be used in code intended to be portable. .TP .BR TCP_DEFER_ACCEPT " (since Linux 2.4)" .\" 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. Takes an integer value (seconds), this can bound the maximum number of attempts TCP will make to