TcpClient seems to be working for sync connects, but connect()
authorSamuel Cormier-Iijima <sciyoshi@gmail.com>
Sun, 2 Mar 2008 01:01:52 +0000 (20:01 -0500)
committerSamuel Cormier-Iijima <sciyoshi@gmail.com>
Sun, 2 Mar 2008 01:01:52 +0000 (20:01 -0500)
commit6ab527e0c7a63c5ffd925120dcb8b8b6cbd6c6ca
tree106ed8f8c0f5fe9e225512403590e3028b8b5651
parentf88a5d4f15e0bbed0746dab6778631ce44b856d0
TcpClient seems to be working for sync connects, but connect()
can block indefinitely. Maybe we can specify a timeout?
gnio/ginet6address.h
gnio/gnetworkinputstream.h
gnio/gresolver.c
gnio/gresolver.h
gnio/gtcpclient.c
gnio/gtcpclient.h
test/Makefile.am
test/test-tcp-client.c [new file with mode: 0644]