X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Fudp_trace_client.py;h=26bc7b5348a0addfaedcc2d171011acc2b45e59c;hb=a7e76f2c5b9646f44e5cbf6c558ed08b5b73ce28;hp=6263666cb0dff1b7e063f998b6b2c8cdbb4b93b2;hpb=998aa11be6a89197a3b30c0645771c467cad8c13;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/udp_trace_client.py b/src/nepi/resources/ns3/classes/udp_trace_client.py index 6263666c..26bc7b53 100644 --- a/src/nepi/resources/ns3/classes/udp_trace_client.py +++ b/src/nepi/resources/ns3/classes/udp_trace_client.py @@ -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,