event_multicast.conf.xml 593 B

1234567891011121314
  1. <configuration name="event_multicast.conf" description="Multicast Event">
  2. <settings>
  3. <param name="address" value="225.1.1.1"/>
  4. <param name="port" value="4242"/>
  5. <param name="bindings" value="all"/>
  6. <param name="ttl" value="1"/>
  7. <!-- <param name="loopback" value="no"/>-->
  8. <!-- Uncomment this to enable pre-shared key encryption on the packets. -->
  9. <!-- For this option to work, you'll need to have the openssl development -->
  10. <!-- headers installed when you ran ./configure -->
  11. <!-- <param name="psk" value="ClueCon"/> -->
  12. </settings>
  13. </configuration>