Hi, I am using LWIP 1.3.0 and have a question about dhcp_recv(): When msg_type is DHCP_ACK and dhcp->state is DHCP_RENEWING, shouldn’t dhcp_handle_ack() be called before dhcp_bind() is called? Otherwise, we will use the old values (t0, t1, t2, etc…) from a previous DHCP_ACK instead of the current DHCP_ACK.
Thanks. Sonny _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
