Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
5822d4c4
Commit
5822d4c4
authored
Jul 28, 2015
by
Robert Foss
Browse files
Add define for advertising DNS in the DHCP OFFER message.
parent
00e1e6bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/lwip/app/dhcpserver.h
View file @
5822d4c4
...
...
@@ -51,6 +51,11 @@ typedef struct _list_node{
#define DHCPS_SERVER_PORT 67
#define DHCPS_CLIENT_PORT 68
/*
* Advertise DNS capability in DHCP OFFER
*/
#define USE_DNS 0
#define DHCPDISCOVER 1
#define DHCPOFFER 2
#define DHCPREQUEST 3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment