]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - Documentation/networking/ip-sysctl.txt
UBUNTU: SAUCE: tcp: add tcp_min_snd_mss sysctl
[mirror_ubuntu-bionic-kernel.git] / Documentation / networking / ip-sysctl.txt
index da5cf7b7288e23e8ba659c79a8b55a086ec4d4a1..490549d19204e0ba734cb35466becac61f047b6d 100644 (file)
@@ -244,6 +244,14 @@ tcp_base_mss - INTEGER
        Path MTU discovery (MTU probing).  If MTU probing is enabled,
        this is the initial MSS used by the connection.
 
+tcp_min_snd_mss - INTEGER
+       TCP SYN and SYNACK messages usually advertise an ADVMSS option,
+       as described in RFC 1122 and RFC 6691.
+       If this ADVMSS option is smaller than tcp_min_snd_mss,
+       it is silently capped to tcp_min_snd_mss.
+
+       Default : 48 (at least 8 bytes of payload per segment)
+
 tcp_congestion_control - STRING
        Set the congestion control algorithm to be used for new
        connections. The algorithm "reno" is always available, but