Setting bind_addr to 0.0.0.0 breaks communication as there's no way to route a message to 0.0.0.0:46677, beyond the local host.
SOLUTION: throw an exception when bind_addr is set to the wildcard address. This can be done in the code which checks @LocalAddress.
- causes
-
JGRP-1928 BindException when trying to bind to loopback addresses
- Resolved