v2.1.0
tag8bf53394abf7432e1ebcf871f9574aafaf08ee95
object 9d5c9e6c9975cb5c10e7384aed9ed22ae0ee57c8
authorEric Wong <normalperson@yhbt.net>
Sun, 26 Dec 2010 01:07:55 +0000 (26 01:07 +0000)
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().