add proper IPv6 support
commit17abe6ce8f01810022b948c71de0026b4ac89597
authorEric Wong <e@yhbt.net>
Wed, 2 Feb 2011 21:33:28 +0000 (2 21:33 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 2 Feb 2011 21:42:33 +0000 (2 13:42 -0800)
treeca4cee3b39ecba1fcf0a51336f2399717c96750b
parent879f2f0ee9133f34ec3e24141bdb4936e3408d3a
add proper IPv6 support

No extra #ifdefs, we just won't support old systems without
getaddrinfo() and friends anymore.  I doubt anybody still has
them...
ext/kgio/accept.c
ext/kgio/connect.c
ext/kgio/extconf.rb
ext/kgio/kgio.h
test/lib_read_write.rb
test/test_no_dns_on_tcp_connect.rb [new file with mode: 0644]
test/test_tcp6_client_read_server_write.rb [new file with mode: 0644]