From 440b59d891ec3f3b1e8c8a2c98f4c5e9c14010a5 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Tue, 19 Dec 2006 13:21:09 +0000 Subject: [PATCH] use a non-blocking socket (oops) --- test/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/httpd.c b/test/httpd.c index 6ad389d..d113b0b 100644 --- a/test/httpd.c +++ b/test/httpd.c @@ -193,7 +193,7 @@ void cleanup(int64 socket) { } int main() { - int s=socket_tcp6b(); + int s=socket_tcp6(); uint32 scope_id; char ip[16]; uint16 port;