On Wed, Jun 09, 2021 at 12:41:17PM +0200, Nicolas George wrote: > (TCP_NODELAY is a terrible hack for a terrible API design. An explicit > flush system call would have been a much better choice.)
If you want explicit flush, you can enable TCP_CORK (but it's Linux-only). Disable for the flush. /* Steinar */ -- Homepage: https://www.sesse.net/ _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".