optional-tools/make-pimp modified to ignored comments in hosts file
[svn/Prometheus-QoS/.git] / prometheus.c
index 522d56066430d673e9067740563c820fd3391f05..ce8e8040c0e1a24489154e6f12ac3c7b1f2f89b9 100644 (file)
@@ -7,8 +7,8 @@
 /*  Credit: CZFree.Net,Martin Devera,Netdave,Aquarius,Gandalf  */\r
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */\r
 \r
-/* Modified: xChaos, 20080504\r
-             ludva, 20080415\r
+/* Modified by: xChaos, 20080728\r
+                 ludva, 20080415\r
 \r
    Prometheus QoS is free software; you can redistribute it and/or\r
    modify it under the terms of the GNU General Public License as \r
@@ -33,7 +33,7 @@
 \r
 #include "cll1-0.6.h"\r
 \r
-const char *version = "0.7.9-d"; \r
+const char *version = "0.8.1-a"; \r
 \r
 /* Version numbers: 0.7.9 is development releases ("beta"), 0.8.0 will be "stable" */\r
 /* Debian(RPM) package versions/patchlevels: 0.7.9-2, 0.8.0-1, 0.8.0-2, etc. */\r
@@ -1594,7 +1594,7 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version);
  }\r
  /* -------------------------------- classify or reject free download */\r
  {\r
-   char *final_chain = "REJECT";\r
+   char *final_chain = "DROP"; /* REJECT would be better, but it is impossible in mangle */\r
    if(free_min) final_chain = "ACCEPT";\r
    if(qos_proxy)\r
    {\r
This page took 0.131451 seconds and 4 git commands to generate.