Minor changes to examples/ccn_flooding/dce.py
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Thu, 21 Aug 2014 21:54:40 +0000 (23:54 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Thu, 21 Aug 2014 21:54:40 +0000 (23:54 +0200)
examples/ccn_flooding/dce.py

index 9673bad..3386e79 100644 (file)
@@ -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")