groups: Bind on local host instead of ip address

This commit is contained in:
Owain van Brakel
2020-04-26 22:39:18 +02:00
committed by GitHub
parent 3d6c5e5ede
commit ab794c8c65

View File

@@ -8,6 +8,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd">
<UDP
bind_addr="127.0.0.1"
mcast_port="${jgroups.udp.mcast_port:45588}"
ip_ttl="4"
tos="8"
@@ -51,4 +52,4 @@
<FRAG2 frag_size="60K"/>
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STATE_TRANSFER/>
</config>
</config>