summaryrefslogtreecommitdiff
path: root/node/Constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r--node/Constants.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index 5021724f..4d720d5d 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -133,7 +133,7 @@ error_no_byte_order_defined;
#define ZT_UDP_DEFAULT_PAYLOAD_MTU 1444
/**
- * MTU used for Ethernet tap device
+ * Default MTU used for Ethernet tap device
*
* This is pretty much an unchangeable global constant. To make it change
* across nodes would require logic to send ICMP packet too big messages,