proxy taffic shaping will be obsolete feature in 0.8.4
[svn/Prometheus-QoS/.git] / prometheus.c
index dea239a2e9366b429790ce9389f976486fe23a03..b6807fde47139d8b27497265ebadce5924cf56c9 100644 (file)
@@ -98,7 +98,7 @@ char        *ip6prefix = NULL; /* Prefix for global /48 IPv6 subnet */
 char       *wan_medium = "100Mbit"; /* 10Mbit/100Mbit ethernet */\r
 char         *qos_leaf = "sfq perturb 5"; /* leaf discipline */\r
 char    *qos_free_zone = NULL; /* QoS free zone */\r
-int          qos_proxy = TRUE; /* include proxy port to QoS */\r
+/* int          qos_proxy = TRUE; include proxy port to QoS */\r
 int        found_lmsid = FALSE; /* show links to users in LMS information system */\r
 int     include_upload = TRUE; /* upload+download=total traffic */\r
 char         *proxy_ip = "192.168.1.1/32"; /* our IP with proxy port */\r
@@ -310,7 +310,7 @@ void get_config(char *config_filename)
   ioption("use-jquery-popups",use_jquery_popups);\r
   option("qos-free-zone",qos_free_zone);\r
   ioption("qos-free-delay",qos_free_delay);\r
-  ioption("qos-proxy-enable",qos_proxy);\r
+/*  ioption("qos-proxy-enable",qos_proxy); */\r
   option("qos-proxy-ip",proxy_ip);\r
   option("htb-leaf-discipline",qos_leaf);\r
   ioption("qos-proxy-port",proxy_port);\r
This page took 0.091396 seconds and 4 git commands to generate.