From a15268865d67d0988f24fc1ff67dc0fa7f869a97 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Wed, 26 Apr 2006 18:01:24 +0000 Subject: added timeout argument --- nanohttp/nanohttp-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-common.h') diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h index afdaee6..1475e4e 100644 --- a/nanohttp/nanohttp-common.h +++ b/nanohttp/nanohttp-common.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.h,v 1.28 2006/03/06 13:37:38 m0gg Exp $ + * $Id: nanohttp-common.h,v 1.29 2006/04/26 18:01:24 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -47,6 +47,7 @@ #define NHTTPD_ARG_PORT "-NHTTPport" #define NHTTPD_ARG_TERMSIG "-NHTTPtsig" #define NHTTPD_ARG_MAXCONN "-NHTTPmaxconn" +#define NHTTPD_ARG_TIMEOUT "-NHTTPtimeout" #define NHTTP_ARG_LOGFILE "-NHTTPlog" -- cgit v1.1-32-gdbae