...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#enable/disable caching - true/false
enabled=true
#multicast address | multicast host name
multicastGroupAddress=224.0.0.251
#Multicast port
multicastGroupPort=4446
#0-255
#0 is restricted to the same host
#1 is restricted to the same subnet
#32 is restricted to the same site
#64 is restricted to the same region
#128 is restricted to the same continent
#255 is unrestricted
#The default value in Java is 1, which propagates to the same subnet. Change the timeToLive property to restrict or expand propagation.
timeToLive=1
#the hostname or IP of the interface to be used for sending and receiving multicast packets
hostName=cyn1lnx007
#Mandatory - the port the listener listens on.
port=40001
#Optional - the number of seconds client sockets will wait when sending messages to this listener until they give up. By default this is 2000ms.
socketTimeoutMillis=2000 |
...