From 4f2f6ad13a03cc253069cb63224112f7a3a82fbb Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Mon, 4 Oct 2010 21:46:37 +0200 Subject: * Added support for using broadcast messages, instead of using raw socket to send data. * Started using getopts to handle command line arguments. * Cleaned up some debug stuff. --- mactelnet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mactelnet.h') diff --git a/mactelnet.h b/mactelnet.h index f50b4c6..c29df3e 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -24,6 +24,8 @@ #define MT_PACKET_LEN 1500 +#define MT_MACTELNET_PORT 20561 + #define MT_MNDP_PORT 5678 #define MT_MNDP_MAX_NAME_LENGTH 64 -- cgit v1.2.3