There's an example in Michael Thompson's blog on Processor's Affinity which uses a dummy multicast network interface. Configuration on *nix is done with these commands:

$ su -
$ modprobe dummy
$ ifconfig dummy0 172.16.1.1 netmask 255.255.255.0
$ ifconfig dummy0 multicast

How the same can be achieved on Windows?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.