Skip to content
Permalink
Browse files

Restore explicit FD_SOCK socket-binding

  • Loading branch information
pferraro committed Mar 29, 2019
1 parent 6f5dddf commit 5ee199b7ecd3166a5afdc97425af412f0bc796c0
@@ -11,7 +11,7 @@
<transport type="UDP" socket-binding="jgroups-udp"/>
<?UDP-DISCOVERY?>
<protocol type="MERGE3"/>
<protocol type="FD_SOCK"/>
<socket-protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/>
<protocol type="FD_ALL"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="pbcast.NAKACK2"/>
@@ -26,7 +26,7 @@
<transport type="TCP" socket-binding="jgroups-tcp"/>
<?TCP-DISCOVERY?>
<protocol type="MERGE3"/>
<protocol type="FD_SOCK"/>
<socket-protocol type="FD_SOCK" socket-binding="jgroups-udp-fd"/>
<protocol type="FD_ALL"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="pbcast.NAKACK2"/>
@@ -138,7 +138,9 @@
<supplement name="azure" includes="no-multicast azure-ping"/>
<supplement name="gossip" includes="no-multicast gossip-discovery"/>
<socket-binding name="jgroups-tcp" interface="private" port="7600"/>
<socket-binding name="jgroups-tcp-fd" interface="private" port="57600"/>
<socket-binding name="jgroups-udp" interface="private" port="55200" multicast-address="${jboss.default.multicast.address:230.0.0.4}" multicast-port="45688"/>
<socket-binding name="jgroups-udp-fd" interface="private" port="54200"/>
<socket-binding name="jgroups-mping" interface="private" multicast-address="${jboss.default.multicast.address:230.0.0.4}" multicast-port="45700"/>
<interface name="private">
<inet-address value="${jboss.bind.address.private:127.0.0.1}"/>
@@ -11,11 +11,21 @@
<param name="interface" value="private"/>
<param name="port" value="7600"/>
</feature>
<feature spec="domain.socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-tcp-fd"/>
<param name="interface" value="private"/>
<param name="port" value="57600"/>
</feature>
<feature spec="domain.socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-udp"/>
<param name="interface" value="private"/>
<param name="port" value="55200"/>
<param name="multicast-address" value="${jboss.default.multicast.address:230.0.0.4}"/>
<param name="multicast-port" value="45688"/>
</feature>
<feature spec="domain.socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-udp-fd"/>
<param name="interface" value="private"/>
<param name="port" value="54200"/>
</feature>
</feature-group-spec>
@@ -11,11 +11,21 @@
<param name="interface" value="private"/>
<param name="port" value="7600"/>
</feature>
<feature spec="socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-tcp-fd"/>
<param name="interface" value="private"/>
<param name="port" value="57600"/>
</feature>
<feature spec="socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-udp"/>
<param name="interface" value="private"/>
<param name="port" value="55200"/>
<param name="multicast-address" value="${jboss.default.multicast.address:230.0.0.4}"/>
<param name="multicast-port" value="45688"/>
</feature>
<feature spec="socket-binding-group.socket-binding">
<param name="socket-binding" value="jgroups-udp-fd"/>
<param name="interface" value="private"/>
<param name="port" value="54200"/>
</feature>
</feature-group-spec>
@@ -14,8 +14,8 @@
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="MERGE3"/>
</feature>
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="FD_SOCK"/>
<feature spec="subsystem.jgroups.stack.protocol.FD_SOCK">
<param name="socket-binding" value="jgroups-tcp-fd"/>
</feature>
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="FD_ALL"/>
@@ -54,8 +54,8 @@
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="MERGE3"/>
</feature>
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="FD_SOCK"/>
<feature spec="subsystem.jgroups.stack.protocol.FD_SOCK">
<param name="socket-binding" value="jgroups-udp-fd"/>
</feature>
<feature spec="subsystem.jgroups.stack.protocol">
<param name="protocol" value="FD_ALL"/>

0 comments on commit 5ee199b

Please sign in to comment.
You can’t perform that action at this time.