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
c19596ca
Commit
c19596ca
authored
Aug 02, 2015
by
zeroday
Browse files
Merge pull request #581 from robertfoss/dev
Added USE_DNS define.
parents
53a03541
1b8e015f
Changes
2
Show whitespace changes
Inline
Side-by-side
app/include/lwip/app/dhcpserver.h
View file @
c19596ca
...
...
@@ -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
...
...
app/lwip/app/dhcpserver.c
View file @
c19596ca
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