X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=65427e0390e16fb6d3e35507027c5ee7861e0761;hp=1fc0bd4ced49e59bda556fe831b14ab25d9ad7fd;hb=46aa50205e884afe85e0c5ff04f3d8351e68e1a5;hpb=a9f0837233938408364f067bf89def53b677f68f diff --git a/project.h b/project.h index 1fc0bd4c..65427e03 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.219 2017/01/23 16:10:28 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.220 2017/02/20 13:44:32 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -1348,6 +1348,9 @@ struct configuration_spec /** Size limit for IOB */ size_t buffer_limit; + /** Size of the receive buffer */ + size_t receive_buffer_size; + #ifdef FEATURE_TRUST /** The file name of the trust file. */