From 98d1378f1e90a03b9ced95dad5ba538cd324d2c8 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 20 Aug 2012 07:29:40 +0000 Subject: [PATCH] [LWIP] - Route multicast packets properly with SO_REUSE set svn path=/trunk/; revision=57117 --- reactos/lib/drivers/lwip/src/include/lwipopts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/lib/drivers/lwip/src/include/lwipopts.h b/reactos/lib/drivers/lwip/src/include/lwipopts.h index accbd985786..f849326cc2a 100755 --- a/reactos/lib/drivers/lwip/src/include/lwipopts.h +++ b/reactos/lib/drivers/lwip/src/include/lwipopts.h @@ -54,6 +54,8 @@ #define SO_REUSE 1 +#define SO_REUSE_RXTOALL 1 + /* FIXME: These MSS and TCP Window definitions assume an MTU * of 1500. We need to add some code to lwIP which would allow us * to change these values based upon the interface we are