[FFmpeg-devel] [PATCH 4/8] lavf/tcp: add tcp_accept

Nicolas George george at nsup.org
Wed Jul 22 10:51:56 CEST 2015


Le tridi 3 thermidor, an CCXXIII, Stephan Holljes a écrit :
> Filtering s->flags was suggested in an earlier version of this patch
> (you said NONBLOCK wouldn't work?), but I'll gladly remove the
> filtering and just pass s->flags.

The general case is: when forwarding flags from A to B, keep only the flags
relevant for B, remove the flags meant for A. But it it entirely possible
that in any particular case, only flags relevant for B exist. I checked
after the last exchange, and it seems to be the case here.

Regarding NONBLOCK: it currently does not work with most high-level
protocols, but it SHOULD work, and hopefully, sometime someone will make it
work. Let us not make their task harder when it does not more than two
seconds thinking.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150722/7c8114ca/attachment.sig>


More information about the ffmpeg-devel mailing list