commit | 20f70762b68a6102f1d8420fc401b7a590c0a169 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Wed Jun 17 15:18:19 2015 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Thu Jul 09 09:26:29 2015 -0500 |
tree | f0dbabdf563db2c66ce5bc4876f3801689f7a475 | |
parent | 1a0129681a8e6ec68aac62618d2a442899a7d660 [diff] [blame] |
Use default topology when no topology file is provided Change-Id: Icbc434a82cc147c84680c77e2f089f20d50ad803 refs: #2915
diff --git a/ndn_utils/topologies/default-topology.conf b/ndn_utils/topologies/default-topology.conf new file mode 100644 index 0000000..9452122 --- /dev/null +++ b/ndn_utils/topologies/default-topology.conf
@@ -0,0 +1,9 @@ +[nodes] +a: _ +b: _ +c: _ +d: _ +[links] +a:b delay=10ms +a:c delay=10ms +b:d delay=10ms