SRSeedBurners
2023-01-25 17:52:10 UTC
We are transitioning to our new x-series systems. Probably using wrong terminology here but - our new tcpip topology is going to use a provider stack name (e.g. $ZTC10) which will have TWO tcpip numbers associated with it (e.g. 69.25.1.2 & 69.25.1.5). On our current TNSE systems we have one IP number per stack (i.e. $ZTC10 is 69.25.1.2). The new system is using a active-active failover so that if one CLIM goes down the other takes over without skipping a beat. I have no idea how that works but....
My question: is there a way to pick which IP address is used in our code? We currently get a socket using
socket_set_inet_name(STACK_NAME);
socket = socket_nw(AF_INET,SOCK_STREAM,ITPROTO_TCP,2D,2D);
I was told that it's going to round-robin now between the addresses. Can't have that.
My question: is there a way to pick which IP address is used in our code? We currently get a socket using
socket_set_inet_name(STACK_NAME);
socket = socket_nw(AF_INET,SOCK_STREAM,ITPROTO_TCP,2D,2D);
I was told that it's going to round-robin now between the addresses. Can't have that.