X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=ccd29f30d0f4e6260e49d3702c0c00c0a0fc379f;hp=d2422669ad90232d8a5b030df9fe53096e921de0;hb=8cae7e3a5026ceac91afc7e1f0f30a2ebd5ec1bc;hpb=9593b7a0c988a0c0eb9aa8d492a328c909e4778f diff --git a/project.h b/project.h index d2422669..ccd29f30 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.131 2009/04/17 11:34:35 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.132 2009/04/17 11:45:19 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -37,6 +37,10 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.132 2009/04/17 11:45:19 fabiankeil + * Replace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros + * with HAVE_RFC2553 macro. Original patch by Petr Pisar. + * * Revision 1.131 2009/04/17 11:34:35 fabiankeil * Style cosmetics for the IPv6 code. * @@ -1823,7 +1827,10 @@ struct configuration_spec struct forward_spec *forward; /** Number of retries in case a forwarded connection attempt fails */ - int forwarded_connect_retries; + int forwarded_connect_retries; + + /** Maximum number of client connections. */ + int max_client_connections; /* Timeout when waiting on sockets for data to become available. */ int socket_timeout;