groups: Bind on local host instead of ip address
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd">
|
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd">
|
||||||
<UDP
|
<UDP
|
||||||
|
bind_addr="127.0.0.1"
|
||||||
mcast_port="${jgroups.udp.mcast_port:45588}"
|
mcast_port="${jgroups.udp.mcast_port:45588}"
|
||||||
ip_ttl="4"
|
ip_ttl="4"
|
||||||
tos="8"
|
tos="8"
|
||||||
@@ -51,4 +52,4 @@
|
|||||||
<FRAG2 frag_size="60K"/>
|
<FRAG2 frag_size="60K"/>
|
||||||
<RSVP resend_interval="2000" timeout="10000"/>
|
<RSVP resend_interval="2000" timeout="10000"/>
|
||||||
<pbcast.STATE_TRANSFER/>
|
<pbcast.STATE_TRANSFER/>
|
||||||
</config>
|
</config>
|
||||||
|
|||||||
Reference in New Issue
Block a user