Put back in SO_REUSE

This commit is contained in:
jgrubb 2007-08-30 22:41:24 +00:00
parent cb399272fd
commit 6c10282f9a

View File

@ -832,6 +832,13 @@
#define LWIP_SO_RCVTIMEO 0
#endif
/**
* SO_REUSE==1: Enable SO_REUSEADDR and SO_REUSEPORT options. DO NOT USE!
*/
#ifndef SO_REUSE
#define SO_REUSE 0
#endif
/*
----------------------------------------
---------- Statistics options ----------