commit
7dc8ace067
|
@ -300,7 +300,6 @@ PT_THREAD(handle_dhcp(process_event_t ev, void *data))
|
||||||
}
|
}
|
||||||
|
|
||||||
selecting:
|
selecting:
|
||||||
xid++;
|
|
||||||
s.ticks = CLOCK_SECOND;
|
s.ticks = CLOCK_SECOND;
|
||||||
do {
|
do {
|
||||||
while(ev != tcpip_event) {
|
while(ev != tcpip_event) {
|
||||||
|
@ -366,7 +365,6 @@ PT_THREAD(handle_dhcp(process_event_t ev, void *data))
|
||||||
}
|
}
|
||||||
|
|
||||||
/* renewing: */
|
/* renewing: */
|
||||||
xid++;
|
|
||||||
do {
|
do {
|
||||||
while(ev != tcpip_event) {
|
while(ev != tcpip_event) {
|
||||||
tcpip_poll_udp(s.conn);
|
tcpip_poll_udp(s.conn);
|
||||||
|
|
|
@ -308,7 +308,6 @@ PT_THREAD(handle_dhcp(process_event_t ev, void *data))
|
||||||
}
|
}
|
||||||
|
|
||||||
selecting:
|
selecting:
|
||||||
xid++;
|
|
||||||
s.ticks = CLOCK_SECOND;
|
s.ticks = CLOCK_SECOND;
|
||||||
do {
|
do {
|
||||||
while(ev != tcpip_event) {
|
while(ev != tcpip_event) {
|
||||||
|
@ -374,7 +373,6 @@ PT_THREAD(handle_dhcp(process_event_t ev, void *data))
|
||||||
}
|
}
|
||||||
|
|
||||||
/* renewing: */
|
/* renewing: */
|
||||||
xid++;
|
|
||||||
do {
|
do {
|
||||||
while(ev != tcpip_event) {
|
while(ev != tcpip_event) {
|
||||||
tcpip_poll_udp(s.conn);
|
tcpip_poll_udp(s.conn);
|
||||||
|
|
Loading…
Reference in a new issue