]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/lwip_so_reuse' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 20 Sep 2016 09:13:09 +0000 (17:13 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 20 Sep 2016 09:13:09 +0000 (17:13 +0800)
make SO_REUSE configurable via menuconfig

SSC expects SO_REUSE to be off by default.
Trivial change, moving this option to menuconfig.
This should also (finally!) fix failing tests in master.

See merge request !99


Trivial merge