From c9eb41c0569c02da57c98690715456dbe7279ca7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 18 Feb 2008 20:13:30 +0000 Subject: Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket. Log some more error descriptions. --- tests/server/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/server/util.h') diff --git a/tests/server/util.h b/tests/server/util.h index c1eccfadb..8c494192b 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -49,6 +49,6 @@ void win32_cleanup(void); /* returns the path name to the test case file */ char *test2file(long testno); -void go_sleep(long ms); +int wait_ms(int timeout_ms); #endif /* __SERVER_UTIL_H */ -- cgit v1.2.3