Browse Source

doc/protocols: documents tcp_mss

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
tags/n4.1
Jun Zhao Jun Zhao 7 years ago
parent
commit
a8ce6fb425
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      doc/protocols.texi

+ 3
- 0
doc/protocols.texi View File

@@ -1397,6 +1397,9 @@ Set send buffer size, expressed bytes.


@item tcp_nodelay=@var{1|0} @item tcp_nodelay=@var{1|0}
Set TCP_NODELAY to disable Nagle's algorithm. Default value is 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 @end table


The following example shows how to setup a listening TCP connection The following example shows how to setup a listening TCP connection


Loading…
Cancel
Save