Anything wrong with this one? FYI it uses a different structure to the original (rejected) patch from Marcus.
thanks -mike
On Tue, 2003-04-01 at 13:54, Mike Hearn wrote:
Hi,
This patch adds support for IP multicast sockets to winsock. I stole liberally from a patch from the summer of 2001 from Marcus, so thanks to him for that:
http://www.winehq.com/hypermail/wine-patches/2001/07/0009.html
ChangeLog:
- Map winsock sockopts to the POSIX equivalents for IP multicast
- Remap winsock1 constant values to winsock2 using a forwarder function
- Change a FIXME to a TRACE, it appeared to be simply reporting progress
thanks -mike
On Fri, Apr 04, 2003 at 10:23:38AM +0100, Mike Hearn wrote:
Anything wrong with this one? FYI it uses a different structure to the original (rejected) patch from Marcus.
I think the problem in mine was that it was too interdependend between wsock32 and ws2_32 or so. Cannot remember exactly.
Ciao, Marcus
I think the problem in mine was that it was too interdependend between wsock32 and ws2_32 or so. Cannot remember exactly.
I think Alexandre didn't like the forwarder style, but anyway I saw it was committed to CVS in the last few days so all is cool, we have IP multicast now :) Plus he cleaned up the sockopts code a bit.
Ciao, Marcus