summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-05-06 23:02:42 +0800
committerJun Zhao <jun.zhao@intel.com>2018-07-26 19:03:24 +0800
commita8ce6fb425e07e60eb06d3f44992fdb91f23aafb (patch)
tree158387af60de21a6d258a62ceccb43ce219bb451 /doc/protocols.texi
parent790cf9518a37ae7d2fb65d9d52111fc4ac4b7df0 (diff)
doc/protocols: documents tcp_mss
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index e19504d073..e9091e068c 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1397,6 +1397,9 @@ Set send buffer size, expressed bytes.
@item tcp_nodelay=@var{1|0}
Set TCP_NODELAY to disable Nagle's algorithm. Default value is 0.
+
+@item tcp_mss=@var{bytes}
+Set maximum segment size for outgoing TCP packets, expressed in bytes.
@end table
The following example shows how to setup a listening TCP connection