core: connect_handler ensures socket is non-blocking
commit25072d1d702013ec33d555e1d6e8227159ea9222
authorThomas Harning Jr <harningt@gmail.com>
Mon, 17 Dec 2007 04:08:04 +0000 (16 23:08 -0500)
committerThomas Harning Jr <harningt@gmail.com>
Mon, 17 Dec 2007 04:08:04 +0000 (16 23:08 -0500)
treec6f9d131bb6e1d3ba6540127576f9999924fce01
parentb30622f5079cbebb1cfcdbf6824ce42af09cfd51
core: connect_handler ensures socket is non-blocking

This may not be the correct place for this, as it affects
sockets it did not create.  Another option is to set it
only on sockets it creates.
core/src/connect_handler.c