X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=inline;f=ipstruct.h;h=6f0e5694dc2aab8b15174b4c7ad8b59992964a45;hb=67120c6224470998a5f772a8e1e3ebda3203aade;hp=797fb7bb72bca3bcd2f0f64157c1ffc08d9f1c11;hpb=bb5e73853e892f8bce70e03344a81b192c2b84ff;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index 797fb7b..6f0e569 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -42,7 +42,7 @@ struct Keyword { char *key; - int asymetry_ratio; /* ratio for ADSL-like upload */ + float asymetry_ratio; /* ratio for ADSL-like upload */ int asymetry_fixed; /* fixed treshold for ADSL-like upload */ int data_limit; /* hard shaping: apply magic_treshold if max*data_limit MB exceeded */ int data_prio; /* soft shaping (qos): reduce HTB prio if max*data_prio MB exceeded */