commit | 7b6ba18c7e0d989b2ea1419236561e2525649d3f | [log] [tgz] |
---|---|---|
author | ashu <agawande@memphis.edu> | Fri Apr 17 15:02:37 2015 -0500 |
committer | ashu <agawande@memphis.edu> | Fri May 01 13:37:45 2015 -0500 |
tree | 3685e93b6a8a1d15f5aa7435b39acd4bf502ead5 | |
parent | 34c3ee0b6abcdd9b84a89e442f2ff7e28d5203ae [diff] [blame] |
ndn: Add GUI Change-Id: I7336bbb04121166d064b76cbad9f760c3dd16c2d
diff --git a/ndn/nlsr.py b/ndn/nlsr.py index 03719e5..cda91ea 100644 --- a/ndn/nlsr.py +++ b/ndn/nlsr.py
@@ -113,7 +113,7 @@ other = node1 ip = other.IP(str(link.intf1)) - linkCost = intf.params.get("delay", "0ms").replace("ms", "") + linkCost = intf.params.get("delay", "10ms").replace("ms", "") neighbors += "neighbor\n" neighbors += "{\n"