]> granicus.if.org Git - esp-idf/commit
dhcp/dhcpserver Fix max station limit check in dhcp server
authorSagar Bijwe <sagar@espressif.com>
Tue, 24 Apr 2018 11:51:52 +0000 (17:21 +0530)
committerSagar Bijwe <sagar@espressif.com>
Tue, 24 Apr 2018 12:06:55 +0000 (17:36 +0530)
commit21584827b35676da4a93973e70284338b987b185
tree4b2d4d63145e25f77502046337c2def1b615c722
parentedcaa5f300d039a1b0ef4e3727c51150576e1722
dhcp/dhcpserver Fix max station limit check in dhcp server

Currently when MAX_STATION limit in DHCP config is set to N, dhcp server
issues only N-1 IP addresses. This is problematic from customer
perspective if both SoftAP MAX_STATION and DHCP MAX_STATION limit is set
to same value. With this change DHCP server can issue N addresses that
is inline with the set limit.

Closes TW<20556>
components/lwip/apps/dhcpserver.c