I'm setting up a basic network service that is published and detected
using Rendezvous. I have noticed that if a computer has two network
interfaces active (e.g. ethernet and ip over firewire) then I get two
instances of the service when I browse the network.
Is there any standard workaround for this? My service discovery method
looks like this:
[discoveredServices addObject:aNetService]; // An NSMutableArray of
services
[serviceController addObject:aNetService]; // An NSArrayController
used in my gui
Rick Hoge
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.