commit | b07ada8b5eb50ccfdd25e83561bd637f3eb234e4 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Fri Aug 05 14:29:17 2016 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Fri Aug 05 14:31:35 2016 -0700 |
tree | 843dfaee328499882f378d807aebf8a4cc265be3 | |
parent | 5d5a566f8b50aa5a7c8fd4462fed550a1677f97b [diff] [blame] |
set best-route strategy correctly refs: #3696 Change-Id: Ia9285e7261167f511c7193b09f37023b68a39eeb
diff --git a/bin/minindn b/bin/minindn index d70cc2f..c8530e6 100755 --- a/bin/minindn +++ b/bin/minindn
@@ -359,7 +359,7 @@ "nodes": nodes, "ctime": options.ctime, "nPings": options.nPings, - "strategy": Nfd.STRATEGY_BEST_ROUTE_V3, + "strategy": Nfd.STRATEGY_BEST_ROUTE, "pctTraffic": options.pctTraffic }