simple iptables based packet limiter to deflect DoS attacks on our clients
[svn/Prometheus-QoS/.git] / ipstruct.h
index ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52..72bf976b87406945115a4fdb8b278161e338a32e 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
This page took 0.12792 seconds and 4 git commands to generate.