version: 0.7.8
[svn/Prometheus-QoS/.git] / prometheus.c
index 3abaa34ecb78b77d2ed83100e20b42b3d05f13f2..9078db41509b2dc16e95f6d417d28924b2f980da 100644 (file)
@@ -7,7 +7,7 @@
 /* === Credits: CZFree.Net, Martin Devera, Netdave, Aquarius === */\r
 /* ============================================================= */\r
 \r
-/* Modified: xChaos, 20080119\r
+/* Modified: xChaos, 20080201\r
              ludva, 20071227\r
 \r
    Prometheus QoS is free software; you can redistribute it and/or\r
 \r
 #define STRLEN 256\r
 #define FIRSTGROUPID 1024\r
-#define MAX_GUARANTED_KBPS 2048\r
+#define FIRSTIPCLASS 2048\r
 #undef DEBUG\r
 \r
-#include "cll1.h"\r
+#include "cll1-0.6.h"\r
 \r
-const char *version="0.7.7-1"; /*0.7.9 will be last development, 0.8.0 first stable */\r
+const char *version="0.7.8"; /*0.7.9 will be last development, 0.8.0 first stable */\r
 \r
 /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */\r
 \r
@@ -748,7 +748,7 @@ Credits: CZFree.Net, Martin Devera, Netdave, Aquarius\n\n",version);
      if(ip->max<ip->min)\r
       ip->max=ip->min;\r
     }\r
-    ip->mark=MAX_GUARANTED_KBPS+1+class_count++;\r
+    ip->mark=FIRSTIPCLASS+1+class_count++;\r
 \r
     find(group,groups,group->min==ip->min) \r
     { \r
This page took 0.12553 seconds and 4 git commands to generate.