There is a phrase in JGroups documentation:
TP is the base class for all transports, e.g. UDP and TCP. All of the properties defined here are inherited by the subclasses.
What do they mean by the word "subclasses"? More specifically, if I set bind_addr
property in the TCP transport and don't set it in MPING and FD_SOCK protocols, will it be inherited from the TCP transport?