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?