*accept methods can take flags argument, like accept4()
commit59782a15d0be87130934cbecb34ed639be68b44a
authorEric Wong <normalperson@yhbt.net>
Sun, 20 Mar 2011 23:27:55 +0000 (20 16:27 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 20 Mar 2011 23:27:55 +0000 (20 16:27 -0700)
treed8f8a0b5cccf979bd1ea5a4853a1937e95ec807e
parent0ef079617b7d71cc26574247918c4a3e18454b21
*accept methods can take flags argument, like accept4()

This allows applications to not rely on global accept4_flags
ext/kgio/accept.c
test/lib_server_accept.rb