Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity
Currently, limits are supported only by ndn::fw::Limits forwarding
strategy and only at the very basic (not fully tested) level.
diff --git a/wscript b/wscript
index b741e15..39699be 100644
--- a/wscript
+++ b/wscript
@@ -89,11 +89,10 @@
"model/pit/ndn-pit-entry-incoming-face.h",
"model/pit/ndn-pit-entry-outgoing-face.h",
-
-
"model/fw/ndn-forwarding-strategy.h",
"utils/batches.h",
+ "utils/ndn-limits.h",
# "utils/weights-path-stretch-tag.h",
]