Fixes ns-3/DCE
[nepi.git] / src / nepi / resources / ns3 / classes / udp_trace_client.py
index 6263666..26bc7b5 100644 (file)
@@ -50,7 +50,7 @@ class NS3UdpTraceClient(NS3BaseApplication):
         cls._register_attribute(attr_remoteport)
 
         attr_maxpacketsize = Attribute("MaxPacketSize",
-            "The maximum size of a packet.",
+            "The maximum size of a packet (including the SeqTsHeader, 12 bytes).",
             type = Types.Integer,
             default = "1024",  
             allowed = None,