X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=aa642d324cecbef3d90d6a984d79299e1f428fad;hp=da8a3fef02f7a70b89fac93432786feb94c17934;hb=1229c1bd3d1494ed3eb583f64c46a7b19e3cce19;hpb=3442a6dafccf5646aef76af5a5b6db79c3daf10b diff --git a/project.h b/project.h index da8a3fef..aa642d32 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.221 2017/05/29 10:02:11 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.222 2017/06/26 12:11:13 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -1354,6 +1354,9 @@ struct configuration_spec /** Use accf_http(4) if available */ int enable_accept_filter; + /** Backlog passed to listen() */ + int listen_backlog; + #ifdef FEATURE_TRUST /** The file name of the trust file. */