mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Put back in SO_REUSE
This commit is contained in:
parent
cb399272fd
commit
6c10282f9a
@ -832,6 +832,13 @@
|
|||||||
#define LWIP_SO_RCVTIMEO 0
|
#define LWIP_SO_RCVTIMEO 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SO_REUSE==1: Enable SO_REUSEADDR and SO_REUSEPORT options. DO NOT USE!
|
||||||
|
*/
|
||||||
|
#ifndef SO_REUSE
|
||||||
|
#define SO_REUSE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
---------- Statistics options ----------
|
---------- Statistics options ----------
|
||||||
|
Loading…
Reference in New Issue
Block a user