Brenton Bostick 2 years ago
parent
commit
bfe4bc2894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      java/src/com/zerotier/sdk/VirtualNetworkConfig.java

+ 1 - 1
java/src/com/zerotier/sdk/VirtualNetworkConfig.java

@@ -191,7 +191,7 @@ public final class VirtualNetworkConfig implements Comparable<VirtualNetworkConf
     }
 
     /**
-     * Ethernet MAC (40 bits) that should be assigned to port
+     * Ethernet MAC (48 bits) that should be assigned to port
      */
     public final long macAddress() {
         return mac;