diff mbox

[FFmpeg-devel,v2,3/3] doc/protocols: documents tcp_mss

Message ID 1525775315-4184-4-git-send-email-mypopydev@gmail.com
State Accepted
Commit a8ce6fb425e07e60eb06d3f44992fdb91f23aafb
Headers show

Commit Message

Jun Zhao May 8, 2018, 10:28 a.m. UTC
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
 doc/protocols.texi | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/doc/protocols.texi b/doc/protocols.texi
index e19504d..e9091e0 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