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

Jun Zhao mypopydev at gmail.com
Sun May 6 18:12:14 EEST 2018


Signed-off-by: Jun Zhao <mypopydev at gmail.com>
---
 doc/protocols.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index e19504d..4a0bbc8 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.
+
+ at item tcp_mss=@var{bytes}
+Set maximum segment size for outgoing TCP packets, expressed bytes.
 @end table
 
 The following example shows how to setup a listening TCP connection
-- 
2.7.4



More information about the ffmpeg-devel mailing list