// todo only do the passive if receive is inenabled, perhaps set the
// myhost to null or something on the request
if ( senderDaemon == null )
{
senderDaemon = new ClockDaemon();
senderDaemon.setThreadFactory( new MyThreadFactory() );
}
// create a sender thread
sender = new UDPDiscoverySenderThread( getDiscoveryAddress(), getDiscoveryPort(), hostAddress, this