mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Enable UDP for DHCP in uIP
This commit is contained in:
+3
-2
@@ -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"*/
|
||||
|
||||
Reference in New Issue
Block a user