about summary refs log tree commit homepage
tag namev2.1.0 (8bf53394abf7432e1ebcf871f9574aafaf08ee95)
tag date2010-12-26 01:07:55 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 9d5c9e6c99...
downloadkgio-2.1.0.tar.gz
kgio 2.1.0 - accept improvements and fixes
kgio_accept and kgio_tryaccept now take an optional argument
to override the default Kgio::Socket class that is returned.

These methods also fall back to using regular accept() if
kgio was built on a system with accept4() and later run on
a system without accept4().