From 6da5d7079996588648db91d40b08902ea4cec209 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 11 Jul 2006 04:36:30 +0000 Subject: [PATCH] tcp_windows_scaling is ENabled by default --- man7/tcp.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/tcp.7 b/man7/tcp.7 index 41113eb06..b85b0bf24 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -501,7 +501,7 @@ safe from protocol viewpoint. It should not be changed without advice/request of technical experts. .TP -.BR tcp_window_scaling " (Boolean; default: disabled)" +.BR tcp_window_scaling " (Boolean; default: enabled)" Enable RFC\ 1323 TCP window scaling. This feature allows the use of a large window (> 64K) on a TCP connection, should the other end support it.