Displaying 1 result from an estimated 1 matches for "fake_super".
Did you mean:
age_super
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
...c
@@ -109,6 +109,7 @@ typedef struct {
char *auth_users;
char *charset;
char *comment;
+ char *congestion_alg;
char *dont_compress;
char *exclude;
char *exclude_from;
@@ -138,6 +139,7 @@ typedef struct {
int max_verbosity;
int syslog_facility;
int timeout;
+ int diffserv;
BOOL fake_super;
BOOL forward_lookup;
@@ -185,6 +187,7 @@ static const all_vars Defaults = {
/* auth_users; */ NULL,
/* charset; */ NULL,
/* comment; */ NULL,
+ /* congestion_alg; */ NULL,
/* dont_compress; */ DEFAULT_DONT_COMPRESS,
/* exclude; */ NULL,
/* exclude_from; */ NULL,
@@ -212,6...