diff --git a/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java b/src/edu/nps/moves/dis7/utilities/DisThreadedNetIF.java
index 70f5c5f7b75357e984a31122cb1f6d5a50e9dbe5..24c9811b48bc12116843d9409aa8ad1be48f5fdb 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;