In the documentation about TCP the following example is indicated:
TCP(bind_addr=idmapps;bind_port=7815):TCPPING(initial_hosts=192.168.162.10[7815],192.168.162.11[7815];port_range=3):MERGE3(min_interval=10000;max_interval=30000):FD_SOCK:FD(timeout=2500;max_tries=5):VERIFY_SUSPECT(timeout=1500):BARRIER:pbcast.NAKACK2(use_mcast_xmit=false):UNICAST3:pbcast.STABLE(desired_avg_gossip=50000;max_bytes=4M):pbcast.GMS(print_local_addr=true; join_timeout=2000):MFC(max_credits=2M;min_threshold=0.4):FRAG2(frag_size=60K):pbcast.STATE_TRANSFER
What does the parameter "bind_addr=idmapps" represent? Could I change the text "idmapps" to another string?
Do you know of somewhere where I can identify the syntax and meaning of each parameter in the example?