[FFmpeg-devel] [PATCH 3/5] ff_network_wait_fd_timeout(): check for interrupt before operation

Andrey Utkin andrey.krieger.utkin at gmail.com
Thu Jul 11 00:31:04 CEST 2013


2013/7/11 Lukasz M <lukasz.m.luki at gmail.com>:
> I was struggling the same fragment of code, during FTP protocol implementation.
> Not quite sure, but doesn't it make tcp protocol returning even though
> there is some data available?

Yes, this way data won't be transmitted even if socket is readable
(writable). So what? Abortion is requested from upper layers, this
fact has top priority.

--
Andrey Utkin


More information about the ffmpeg-devel mailing list