aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/conf/uip-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Lib/uip/conf/uip-conf.h')
-rw-r--r--Projects/Webserver/Lib/uip/conf/uip-conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/Webserver/Lib/uip/conf/uip-conf.h b/Projects/Webserver/Lib/uip/conf/uip-conf.h
index e89e7c4c6..b13d0e19f 100644
--- a/Projects/Webserver/Lib/uip/conf/uip-conf.h
+++ b/Projects/Webserver/Lib/uip/conf/uip-conf.h
@@ -113,6 +113,12 @@ typedef unsigned short uip_stats_t;
*/
#define UIP_CONF_UDP_CONNS 1
+/**
+ * Host identifier define (e.g. MAC address). If defined as 0,
+ * this will use the internal MAC ethernet address define.
+ */
+#define UIP_NEIGHBOR_CONF_ADDRTYPE 0
+
//Include app configuration
#include "apps-conf.h"