From 95f4dc7fbf7e48ee6d50668f60614484c7ff65c7 Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Thu, 21 Aug 2014 23:54:40 +0200 Subject: [PATCH] Minor changes to examples/ccn_flooding/dce.py --- examples/ccn_flooding/dce.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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") -- 2.43.0