SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

added lease time option to dhcpserver's DHCPOFFER #693

Closed ja2142 closed 5 years ago

ja2142 commented 5 years ago

This adds DHCP_OPTION_LEASE_TIME to dhcpserver's DHCPOFFER which is required by rfc2131 (table 3, page 28). This fixes the server incompatibility with ISC dhclient (tested on version 4.4.1) which is standard dhcp client on arch.

UncleRus commented 5 years ago

Thank you!