CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2011/07/03 18:34:43
Modified files: lib/libc/sys : getsockopt.2 share/man/man9 : sosplice.9 Log message: 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.