On Fri, Oct 24, 2014 at 11:57 PM, Dongsheng Song <[email protected]> wrote: > When I write raw socket program, I found RCVALL_IPLEVEL missing, so > here is the patch. > > Please review. > > --- > mingw-w64-headers/include/mstcpip.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/mingw-w64-headers/include/mstcpip.h > b/mingw-w64-headers/include/mstcpip.h > index 99e57ab..b040ba7 100644 > --- a/mingw-w64-headers/include/mstcpip.h > +++ b/mingw-w64-headers/include/mstcpip.h > @@ -36,6 +36,7 @@ struct tcp_keepalive { > #define RCVALL_OFF 0 > #define RCVALL_ON 1 > #define RCVALL_SOCKETLEVELONLY 2 > +#define RCVALL_IPLEVEL 3 > > #if (_WIN32_WINNT >= 0x0502) > typedef enum _SOCKET_SECURITY_PROTOCOL { > -- > 1.7.10.4
ping. Can I push it and cherry-pick to v3.x ? ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
