| Constructor and Description |
|---|
ChangesSender(String multicastHost,
int mport,
int mTTL,
BlockingQueue<byte[]> nodesToSend,
Statistics send)
Construct MultiCast Sender
|
ChangesSender(String multicastHost, int mport, int mTTL, BlockingQueue<byte[]> nodesToSend, Statistics send) throws UnknownHostException
multicastHost - 'channel' of the multicastmport - port of the multicastmTTL - time-to-live of the multicast packet (0-255)nodesToSend - Queue of messages to sendsend - Statistics object in which to administer duration costsUnknownHostException - when multicastHost is not foundMMBase 1.9-SNAPSHOT - ${javadoctimestamp}