X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=project.h;h=aa642d324cecbef3d90d6a984d79299e1f428fad;hb=4e179d819e103967d36503691735dad6fe805e4c;hp=65427e0390e16fb6d3e35507027c5ee7861e0761;hpb=ff4254b8eefe93be720d1e3ebe358d36a00b9140;p=privoxy.git diff --git a/project.h b/project.h index 65427e03..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.220 2017/02/20 13:44:32 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 $ @@ -1351,6 +1351,12 @@ struct configuration_spec /** Size of the receive buffer */ size_t receive_buffer_size; + /** 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. */