You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The separator is searched from the beginning of the address string, and one possibility to handle IPv6 is to search from the end of the address string instead, see commit.
In this fork, we have added IPv6 support. We have also fixed memory leaks, allocation failure handling and added features like TLS support. Feel free to switch to this fork.
Given below is the definition of ip_port_separator as given in hircluster.c
#define IP_PORT_SEPARATOR ":"
How should I connect with my cluster which has got only IPv6? IPv6 has already got ':' in the IP address. Should I change the macro?
The text was updated successfully, but these errors were encountered: