prometheus.conf upgrade
[svn/Prometheus-QoS/.git] / ipstruct.h
index ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52..d8427deb8efa5815341858433eff38e47f1b7e60 100644 (file)
@@ -13,6 +13,7 @@ struct IP
  int fixedprio;\r
  int group;\r
  int lmsid;\r
+ int pps_limit;\r
  unsigned long long direct;\r
  unsigned long long proxy;\r
  unsigned long long upload;\r
@@ -24,6 +25,7 @@ struct IP
  struct Keyword *keyword;\r
  int v6;\r
  int mask;\r
+ struct IP *uplink;\r
  list(IP);\r
 };\r
 \r
@@ -54,7 +56,7 @@ struct Keyword
  char *html_color;\r
  int ip_count;\r
  char *leaf_discipline;\r
\r
+ int allowed_avgmtu;        /* this is for calculating packet limits, 0 = no limit*/ \r
  list(Keyword);\r
 };\r
 \r
This page took 0.123174 seconds and 4 git commands to generate.