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" 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"