Enable UDP for DHCP in uIP

This commit is contained in:
logicog
2026-01-18 07:50:38 +01:00
parent 4269745521
commit 34cebe5971
3 changed files with 16 additions and 13 deletions
+3 -2
View File
@@ -129,14 +129,14 @@ typedef unsigned short uip_stats_t;
*
* \hideinitializer
*/
#define UIP_CONF_UDP 0
#define UIP_CONF_UDP 1
/**
* UDP checksums on or off
*
* \hideinitializer
*/
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_UDP_CHECKSUMS 0
/**
* uIP statistics on or off
@@ -149,6 +149,7 @@ typedef unsigned short uip_stats_t;
our project. */
/*#include "smtp.h"*/
#include "httpd.h"
#include "dhcp.h"
/*#include "telnetd.h"*/
/*#include "webserver.h" */
/*#include "dhcpc.h"*/