PATCH for Multicast bug in RAW IP sockets 2.4.0

2001-03-02 Thread Mark Clayton
In ipv4 a call to the setsockopt() function with the optname set to IP_ADD_MEMBERSHIP and a raw ip socket adds the socket to the multicast group specified by the user. As a result the tcpip stack code does the following: ... ip_setsockopt(_,_,IP_ADD_MEMBERSHIP,_,_) calls

PATCH for Multicast bug in RAW IP sockets 2.4.0

2001-03-02 Thread Mark Clayton
In ipv4 a call to the setsockopt() function with the optname set to IP_ADD_MEMBERSHIP and a raw ip socket adds the socket to the multicast group specified by the user. As a result the tcpip stack code does the following: ... ip_setsockopt(_,_,IP_ADD_MEMBERSHIP,_,_) calls