q cloud dhcp

This commit is contained in:
shchen 2021-04-19 11:27:49 +08:00
parent 493201cbc0
commit 44ee34a9bf
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
/* the DHCP server address */
#ifndef DHCPD_SERVER_IP
#define DHCPD_SERVER_IP "192.168.169.1"
#define DHCPD_SERVER_IP "192.168.4.1"
#endif
#define DHCP_DEBUG_PRINTF

View File

@ -52,7 +52,7 @@
#define IPERF_BUFSZ (4 * 1300)
#define IPERF_BUFSZ_UDP (1 * 1300)
#define DEBUG_HEADER "[NET] [IPC] "
#define DEFAULT_HOST_IP "192.168.11.1"
#define DEFAULT_HOST_IP "192.168.4.1"
typedef struct UDP_datagram {
uint32_t id;