From 72c43e760704893a16852b12514446f685165bc6 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Tue, 25 Aug 2020 23:38:08 -0700
Subject: [PATCH] comment

---
 src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java b/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java
index 70f5c5f7b7..24c9811b48 100644
--- a/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java
+++ b/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java
@@ -59,13 +59,13 @@ public class DisThreadedNetIF
   
   /************ Begin class ***************/
   
-  public static int DEFAULT_DIS_PORT = 3000;
+  public static int    DEFAULT_DIS_PORT          = 3000;
   public static String DEFAULT_MULTICAST_ADDRESS = "225.4.5.6";
   
   /** 8192: This has actually been superseded by a larger buffer size, but good enough for now */
   public static final int MAX_DIS_PDU_SIZE = 8192;
   
-  /** 1500: Rough size of an ethernet frame */
+  /** 1500:  size of an ethernet frame, common value to avoid packet segmentation */
   public static final int MAX_TRANSMISSION_UNIT_SIZE = 1500;
   
   private int disPort;
-- 
GitLab