Adding NS3 FDNetDevice RM
[nepi.git] / src / nepi / resources / ns3 / classes / dsrdsr_routing.py
index e6f83ff..c8d88bd 100644 (file)
@@ -412,7 +412,7 @@ class NS3dsrDsrRouting(NS3Base):
         attr_linkacknowledgment = Attribute("LinkAcknowledgment",
             "Enable Link layer acknowledgment mechanism",
             type = Types.Bool,
-            default = "False",  
+            default = "True",  
             allowed = None,
             range = None,    
             flags = Flags.Reserved | Flags.Construct)