2007-01-22 20:12:47 -05:00
|
|
|
<configuration name="event_multicast.conf" description="Multicast Event">
|
|
|
|
<settings>
|
|
|
|
<param name="address" value="225.1.1.1"/>
|
|
|
|
<param name="port" value="4242"/>
|
|
|
|
<param name="bindings" value="all"/>
|
2009-06-17 00:21:28 -04:00
|
|
|
<param name="ttl" value="1"/>
|
2011-08-10 09:18:42 -04:00
|
|
|
<!-- <param name="loopback" value="no"/>-->
|
2009-06-22 23:26:27 -04:00
|
|
|
<!-- Uncomment this to enable pre-shared key encryption on the packets. -->
|
|
|
|
<!-- For this option to work, you'll need to have the openssl development -->
|
|
|
|
<!-- headers installed when you ran ./configure -->
|
|
|
|
<!-- <param name="psk" value="ClueCon"/> -->
|
2007-01-22 20:12:47 -05:00
|
|
|
</settings>
|
|
|
|
</configuration>
|
|
|
|
|