Displaying 1 result from an estimated 1 matches for "congestion_alg".
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
...| 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/loadparm.c b/loadparm.c
index 965b771..51b1b06 100644
--- a/loadparm.c
+++ b/loadparm.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...