commit | 6a075c25ffa3c4f5c959763f02bcb4fa3b3e6ad9 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Thu Aug 03 15:15:49 2017 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Wed Aug 09 15:48:27 2017 -0500 |
tree | becd939a24484d395e283b548ab7c6ba8ba05792 | |
parent | 02852a0161d93b78006772b863928b3b1869ad3b [diff] [blame] |
Add experiment to test nlsrc refs: #4216 Change-Id: I59d1c96bfa5cdedf308d8885cbb2c487994c4c5b
diff --git a/ndn/experiments/experiment.py b/ndn/experiments/experiment.py index a13c774..4be2aac 100644 --- a/ndn/experiments/experiment.py +++ b/ndn/experiments/experiment.py
@@ -35,6 +35,7 @@ self.nPings = args["nPings"] self.strategy = args["strategy"] self.pctTraffic = args["pctTraffic"] + self.nlsrSecurity = args["nlsrSecurity"] # Used to restart pings on the recovered node if any self.pingedDict = {}