From 6c10282f9a028d487d93b29e2973c3271d2e72c6 Mon Sep 17 00:00:00 2001 From: jgrubb Date: Thu, 30 Aug 2007 22:41:24 +0000 Subject: [PATCH] Put back in SO_REUSE --- src/include/lwip/opt.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index e215f900..dd2b5dba 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -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 ----------