Hi, Here is the problem I try to solve. We have a load balancer in front of our application/server. In our application/server, we need to know the client’s original address, not the address of the load balancer. One of the options we think we can do is to have the load balancer put the original client IP address in the TCP header options. If we do that, how do we get that information in the server via MINA? We’re using MINA 2.0.0 in the server.
Thanks in advance! D.
