diff mbox

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

Message ID 1525619534-27976-3-git-send-email-mypopydev@gmail.com
State Superseded
Headers show

Commit Message

Jun Zhao May 6, 2018, 3:12 p.m. UTC
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
 doc/protocols.texi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Gyan May 6, 2018, 3:16 p.m. UTC | #1
On 5/6/2018 8:42 PM, Jun Zhao wrote:

> +@item tcp_mss=@var{bytes}
> +Set maximum segment size for outgoing TCP packets, expressed bytes.

'expressed bytes' --> 'expressed in bytes'

or just 'in bytes'  (preferred).


Thanks,
Gyan
mypopy@gmail.com May 7, 2018, 12:37 a.m. UTC | #2
2018-05-06 23:16 GMT+08:00 Gyan Doshi <gyandoshi@gmail.com>:
>
>
> On 5/6/2018 8:42 PM, Jun Zhao wrote:
>
>> +@item tcp_mss=@var{bytes}
>> +Set maximum segment size for outgoing TCP packets, expressed bytes.
>
>
> 'expressed bytes' --> 'expressed in bytes'
>
> or just 'in bytes'  (preferred).
>
>
Sounds good, will update in the V2. tks.
> Thanks,
> Gyan
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
diff mbox

Patch

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.
+
+@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