>On 11/14/17, 2:47 AM, "Aman Gupta" <[email protected]> wrote: > >>On Mon, Nov 13, 2017 at 12:37 PM, Nicolas George <[email protected]> wrote: >> >> Why? >> > >To potentially reduce latency, particularly when using a protocol that >builds on top of tcp like http. Yes. Apart from the latency, overall throughput could also increase in a high latency network with TCP_NODELAY > >I can disable this option by default if that makes the patch more >palatable. That would preserve the existing behavior, and let users enable >the option if they decide Nagle's algorithm is not a good fit for their use >case. I think, it is safer to set default as disable. We should modify its callers like http or hls etc., to enable this option as per the use-case. > >Aman > > >> >> Regards, >> >> -- >> Nicolas George >>
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
