diff options
author | mrcsys | 2006-04-26 18:01:24 +0000 |
---|---|---|
committer | mrcsys | 2006-04-26 18:01:24 +0000 |
commit | a15268865d67d0988f24fc1ff67dc0fa7f869a97 (patch) | |
tree | a7740861bea1a57ebaa1442591d5f3515e0f78e8 | |
parent | e4a56ea6a916ec6052c981a61c5d2a543ca4aba0 (diff) | |
download | csoap-a15268865d67d0988f24fc1ff67dc0fa7f869a97.tar.gz csoap-a15268865d67d0988f24fc1ff67dc0fa7f869a97.tar.bz2 |
added timeout argument
-rw-r--r-- | nanohttp/nanohttp-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
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" |