Re: [FFmpeg-devel] [PATCH v3 1/2] avformat/tcp: add option to enable TCP_NODELAY

2017-11-15 Thread Steven Liu
2017-11-15 13:01 GMT+08:00 Aman Gupta : > From: Aman Gupta > > This can reduce latency and increase throughput, particularly on high > latency networks. > > Signed-off-by: Aman Gupta > Reviewed-by: Jeyapal, Karthick > --- > doc/protocols.texi| 3 +++ > libavformat/network.h | 1 + > libavfo

[FFmpeg-devel] [PATCH v3 1/2] avformat/tcp: add option to enable TCP_NODELAY

2017-11-14 Thread Aman Gupta
From: Aman Gupta This can reduce latency and increase throughput, particularly on high latency networks. Signed-off-by: Aman Gupta Reviewed-by: Jeyapal, Karthick --- doc/protocols.texi| 3 +++ libavformat/network.h | 1 + libavformat/tcp.c | 5 + 3 files changed, 9 insertions(+)