Hi, In TCP mode, the client is balanced according to IP address, right? And if several users send request from the same IP, does HAProxy route them to the same server ? How can we change the default balancing rule. Now if client A,B, C come from the same source IP address, can HAProxy always send A to server X and send B to server Y and send C to server Z.
I see the pattern fetch functions is src, dst, dst_port. Is there another something for identifying users from the same IP address Thanks and regards Wilfred

