From: Alina Quereilhac Date: Thu, 21 Aug 2014 21:54:40 +0000 (+0200) Subject: Minor changes to examples/ccn_flooding/dce.py X-Git-Tag: nepi-3.2.0~99^2~1 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=95f4dc7fbf7e48ee6d50668f60614484c7ff65c7 Minor changes to examples/ccn_flooding/dce.py --- diff --git a/examples/ccn_flooding/dce.py b/examples/ccn_flooding/dce.py index 9673badb..3386e792 100644 --- a/examples/ccn_flooding/dce.py +++ b/examples/ccn_flooding/dce.py @@ -34,8 +34,6 @@ content_name = "ccnx:/test/bunny.ts" STOP_TIME = "5000s" -operating_system = "f14" - repofile = os.path.join( os.path.dirname(os.path.realpath(__file__)), "repoFile1.0.8.2") @@ -197,7 +195,7 @@ def add_dce_edge(ec, nid1, nid2): p2p1 = add_dce_net_iface(ec, nid1, nid2) p2p2 = add_dce_net_iface(ec, nid2, nid1) - # Create point to poing link between interfaces + # Create point to point link between interfaces chan = ec.register_resource("ns3::PointToPointChannel") ec.set(chan, "Delay", "0ms")