Aktualni balicek
[svn/Prometheus-QoS/.git] / prometheus.c
index 522d56066430d673e9067740563c820fd3391f05..d93f0d25025dc4304568274944b3d965f81ab20f 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
@@ -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.096167 seconds and 4 git commands to generate.