Merge pull request #49 from shchen-Lab/master

q cloud dhcp
This commit is contained in:
Yafei 2021-04-19 11:30:20 +08:00 committed by GitHub
commit 4b8c98a239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;