From 2ae1abcc4efcb7d1eed5042d371617f2c14ba900 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 16 Apr 2021 15:10:38 -0700 Subject: [PATCH] examples: Fix comment --- examples/udp-client-server/udp-client-server.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/udp-client-server/udp-client-server.cc b/examples/udp-client-server/udp-client-server.cc index 1dbc36238..78c8dfaf9 100644 --- a/examples/udp-client-server/udp-client-server.cc +++ b/examples/udp-client-server/udp-client-server.cc @@ -25,7 +25,8 @@ // ======= // LAN (CSMA) // -// - UDP flow from n0 to n1 of 320 packets of 1024 bytes at intervals of 50 ms +// - UDP flow from n0 to n1 of 1024 byte packets at intervals of 50 ms +// - maximum of 320 packets sent (or limited by simulation duration) // - option to use IPv4 or IPv6 addressing // - option to disable logging statements