1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Enable SO_REUSE in LwIP and WiFiServer (#1431) (#2140)

This commit is contained in:
Ivan Grokhotkov
2016-06-13 10:36:10 +08:00
committed by GitHub
parent 0f0386e3c4
commit 9dd7910aed
3 changed files with 2 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@
* SO_REUSE==1: Enable SO_REUSEADDR option.
*/
#ifndef SO_REUSE
#define SO_REUSE 0
#define SO_REUSE 1
#endif
/**