From 0afdde08a18c6249bd6fd04deb7cc869dfd14652 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 25 Aug 2021 14:49:47 -0700
Subject: [PATCH] comment

---
 examples/src/UdpExamples/MulticastUdpSender.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/UdpExamples/MulticastUdpSender.java b/examples/src/UdpExamples/MulticastUdpSender.java
index b05aefd839..756a141d7b 100644
--- a/examples/src/UdpExamples/MulticastUdpSender.java
+++ b/examples/src/UdpExamples/MulticastUdpSender.java
@@ -30,7 +30,7 @@ public class MulticastUdpSender
     public static final int TTL = 10;
 	
     /** How many packets to send prior to termination */
-    public static final int LOOPSIZE = 20; // 20000
+    public static final int LOOPSIZE = 20; // or maybe 20000
     
     /** Receiving this message causes termination
      * @see <a href="https://en.wikipedia.org/wiki/Sentinel_value">https://en.wikipedia.org/wiki/Sentinel_value</a> */
-- 
GitLab