]> granicus.if.org Git - esp-idf/commit
Merge branch 'lwip/optimize_dhcpc_taken_time' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Wed, 25 Jan 2017 13:39:17 +0000 (21:39 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Wed, 25 Jan 2017 13:39:17 +0000 (21:39 +0800)
commit32ad1e676dbcd4cbcf2456155b5b4132130769a2
treeeb510b2e90f6048fe86da764aff484506ea282dc
parent8e467801bcb8c1ded576353d99431b8c9d28b3bc
parent03e3b137bfcc88d521f56be4d0a26c10256215af
Merge branch 'lwip/optimize_dhcpc_taken_time' into 'master'

lwip: optimize the dhcp client

1. modify the discover retry backoff time from (2,4,8,16,32,60,60)s to (500m,1,2,4,8,15,15)s.
2. add DHCP_DOES_ARP_CHECK to menuconfig for users to specify if do a ARP check on the offered address.
   If enable, one more second will be taken.

See merge request !459