diff options
author | dim <dim@FreeBSD.org> | 2014-12-28 21:13:55 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-12-28 21:13:55 +0000 |
commit | 6a833006487a8787080e189625de4cbed8841169 (patch) | |
tree | 1a621aef9a59e4095f49198bc2c5718869c8b456 /share | |
parent | 051b05da041b4e3d0abb338039e72c5d49a8118b (diff) | |
download | FreeBSD-src-6a833006487a8787080e189625de4cbed8841169.zip FreeBSD-src-6a833006487a8787080e189625de4cbed8841169.tar.gz |
Merge ^/head r274961 through r276346.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/tcp.4 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 7814a0d..351e4b4 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -521,11 +521,11 @@ This is needed to help with connection establishment when a broken firewall is in the network path. .It Va pmtud_blackhole_detection Turn on automatic path MTU blackhole detection. -In case of retransmits we will +In case of retransmits OS will lower the MSS to check if it's MTU problem. If current MSS is greater than -configured value to try, it will be set to it, otherwise, MSS will be set to -default values +configured value to try, it will be set to configured value, otherwise, +MSS will be set to default values .Po Va net.inet.tcp.mssdflt and .Va net.inet.tcp.v6mssdflt @@ -535,11 +535,12 @@ MSS to try for IPv4 if PMTU blackhole detection is turned on. .It Va v6pmtud_blackhole_mss MSS to try for IPv6 if PMTU blackhole detection is turned on. .It Va pmtud_blackhole_activated -Number of times the code was activated to attempt a MSS downshift. -.It Va pmtud_blackhole_min_activated -Number of times the blackhole MSS was used in an attempt to downshift. +Number of times configured values were used in an attempt to downshift. +.It Va pmtud_blackhole_activated_min_mss +Number of times default MSS was used in an attempt to downshift. .It Va pmtud_blackhole_failed -Number of times that we failed to connect after we downshifted the MSS. +Number of connections for which retransmits continued even after MSS +downshift. .El .Sh ERRORS A socket operation may fail with one of the following errors returned: |