]> granicus.if.org Git - esp-idf/commit
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)
commitd260aa777cbbab19c6783f4fe062c26cfcd0f733
treed75977b529fdd632880285c55a4dcd3800a0510b
parent45df01ef68b5e96e45123ea1e4c3520198a7ce94
parent3b22173a938926a5d60a561e1e80ba6029012cf4
Merge branch 'bugfix/lwip_so_reuse' into 'master'

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