X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a960e4b3b2ae72c6c3573fb690a1b9cde1642bc0..a114878209e275cbbbad64e79746975f4c16a291:/Projects/Webserver/Lib/uip/conf/uip-conf.h 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"