Steinar H. Gunderson (12021-06-09): > If you want explicit flush, you can enable TCP_CORK (but it's Linux-only). > Disable for the flush.
Interesting thanks. I wonder why they did it like this, requiring two extra system calls for each flush; a flag on send would have served without extra system calls. But as Thilo pointed, we cannot accept something so non-portable. Optimizing the writing code is the way to go. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ 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".