diff options
Diffstat (limited to 'mactelnet.h')
-rw-r--r-- | mactelnet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mactelnet.h b/mactelnet.h index 6dcaaa2..f50b4c6 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -24,6 +24,9 @@ #define MT_PACKET_LEN 1500 +#define MT_MNDP_PORT 5678 +#define MT_MNDP_MAX_NAME_LENGTH 64 + /* Packet type */ #define MT_PTYPE_SESSIONSTART 0 #define MT_PTYPE_DATA 1 |