Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/tcp: enable TCP_NODELAY by default

2017-11-14 Thread Jeyapal, Karthick
>On 11/14/17, 11:11 PM, "Aman Gupta" ffm...@tmm1.net> wrote: > >From: Aman Gupta > >This can reduce latency and increase throughput, particularly on high >latency networks. > >Signed-off-by: Aman Gupta >Reviewed-by: Jeyapal, Karthick --- I forgot to mention last time. You would also need to upda

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/tcp: enable TCP_NODELAY by default

2017-11-14 Thread Aman Gupta
On Tue, Nov 14, 2017 at 9:40 AM, Aman Gupta wrote: > From: Aman Gupta > > This can reduce latency and increase throughput, particularly on high > latency networks. > Oops, I forgot to remove "enabled by default" from the commit message subject. Fixed locally. > > Signed-off-by: Aman Gupta >

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/tcp: enable TCP_NODELAY by default

2017-11-14 Thread Moritz Barsnick
On Tue, Nov 14, 2017 at 09:40:58 -0800, Aman Gupta wrote: > From: Aman Gupta > Subject: avformat/tcp: enable TCP_NODELAY by default The commit message is no longer correct -> avformat/tcp: allow setting TCP_NODELAY Moritz ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH v2 1/2] avformat/tcp: enable TCP_NODELAY by default

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 --- libavformat/network.h | 1 + libavformat/tcp.c | 5 + 2 files changed, 6 insertions(+) diff --git a/libavformat/networ