From c080055248b63d15d518bc3e6c055868ac0c838f Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 6 Sep 2003 02:44:21 +0000 Subject: [PATCH] make the accepted connections non-blocking, too --- test/io5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/io5.c b/test/io5.c index b03db20..4f101a1 100644 --- a/test/io5.c +++ b/test/io5.c @@ -48,6 +48,7 @@ main() { buffer_puts(buffer_2," (fd "); buffer_putulong(buffer_2,n); buffer_puts(buffer_2,")"); + io_nonblock(n); if (io_fd(n)) { io_wantread(n); } else {