On Thu, Jul 07, 2011, Nigel Taylor wrote:
> Hi,
> 
> sys/sys/socket.h (/usr/include/sys/scoket.h) was changed 4 July...
> 
> "Implement an idle timeout for the socket splicing.  A new `sp_idle'
> field of the `splice' structure can be used to specify a period of
> inactivity after which splicing will be dissolved.  ETIMEDOUT error
> retrieved with a SO_ERROR indicates the idle timeout expiration.
> With comments from and OK bluhm."
> 
> ffmpeg compiles with -D_POSIX_C_SOURCE=200112 compile option. This
> causes an error to occur on the newline in socket.h,
> 
> struct  timeval sp_idle;        /* idle timeout */
> 

To let everybody know, socket.h will be fixed, so don't go rushing
to add patches to ports or anything broken for a little while.

Reply via email to