http://bugs.winehq.org/show_bug.cgi?id=19493
--- Comment #9 from johannes.gajdosik@gmx.at 2010-10-11 03:51:33 CDT ---
Are you familiar with patching and compiling Wine? I have a patch for this that is ready for testing, if you are interested I can post it here.
I think I will be able to patch and compile wine, although I have not done this for some years. I would definitely be interested in the patch, and I would try it.
It is possible that I'll have to find a slightly different way to approach this before it gets accepted, but I'll have to submit it to wine-devel for people to take a look before I'll know.
Perhaps my test program can be used for the automatic test system.
The test application you attached would not really work within the framework of the testing system. Since you're joining a multicast group and waiting for packets from an external source there's no way the test system could guarantee a response would be received that it can then test for IP_PKTINFO headers.
I know nothing of the test suite. I just think that: 1) the test should produce the same result in windows and wine 2) the test in this case must involve receiving and distinguishing multicast packets from 2 different multicast groups. Of course a sender program is required, but this is really easy.
I've got some tests put together now though, so it isn't a big deal.
Thats fine.