From 43e0728047887e5c00fff608e94b0ae080fd3fad Mon Sep 17 00:00:00 2001 From: xchaos Date: Fri, 1 Feb 2008 22:31:34 +0000 Subject: [PATCH] version: 0.7.8 git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@59 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus.c b/prometheus.c index 95d2493..9078db4 100644 --- a/prometheus.c +++ b/prometheus.c @@ -28,12 +28,12 @@ #define STRLEN 256 #define FIRSTGROUPID 1024 -#define MAX_GUARANTED_KBPS 2048 +#define FIRSTIPCLASS 2048 #undef DEBUG #include "cll1-0.6.h" -const char *version="0.7.7-2"; /*0.7.9 will be last development, 0.8.0 first stable */ +const char *version="0.7.8"; /*0.7.9 will be last development, 0.8.0 first stable */ /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */ @@ -748,7 +748,7 @@ Credits: CZFree.Net, Martin Devera, Netdave, Aquarius\n\n",version); if(ip->maxmin) ip->max=ip->min; } - ip->mark=MAX_GUARANTED_KBPS+1+class_count++; + ip->mark=FIRSTIPCLASS+1+class_count++; find(group,groups,group->min==ip->min) { -- 2.30.2