diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2021-06-11 21:03:20 +0200 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2021-06-20 22:46:00 +0200 |
commit | 05f9b3a0a570fcacbd38570f0860afdabc80a791 (patch) | |
tree | 9d9413da78755b87cf91c547d8b76125aa6ab1f4 /doc | |
parent | ea24781a9b508f92b6b2bb97ffca386898b70193 (diff) | |
download | ffmpeg-05f9b3a0a570fcacbd38570f0860afdabc80a791.tar.gz |
doc/protocols: Add remark about TCP_NODELAY to documentation of TCP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 6b5a9cfbd5..ccdfb6e439 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1728,6 +1728,8 @@ Set send buffer size, expressed bytes. @item tcp_nodelay=@var{1|0} Set TCP_NODELAY to disable Nagle's algorithm. Default value is 0. +@emph{Remark: Writing to the socket is currently not optimized to minimize system calls and reduces the efficiency / effect of TCP_NODELAY.} + @item tcp_mss=@var{bytes} Set maximum segment size for outgoing TCP packets, expressed in bytes. @end table |