diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2012-11-25 18:21:25 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2012-11-25 18:21:25 +0100 |
commit | ed9ad7793e563253865ad91f9570d26da2e94640 (patch) | |
tree | aa7857b919e6e3aa080b6e3a9e479462c8d436d3 /protocol.h | |
parent | 74a0fe57a9dfc0b34de33eb4238fd7a2f60a2f27 (diff) | |
download | MAC-Telnet-ed9ad7793e563253865ad91f9570d26da2e94640.tar.gz MAC-Telnet-ed9ad7793e563253865ad91f9570d26da2e94640.zip |
A few fixes taken from aouyar/MAC-Telnet
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ #define MT_MNDP_TIMEOUT 5 #define MT_MNDP_LONGTIMEOUT 120 +#define MT_SOFTID_MACTELNET "MAC-Telnet" + #ifndef ETH_ALEN #define ETH_ALEN 6 #endif |