There are multiple IP in my server ,such as IP1,IP2 and IP3. When a client connect, They maybe use command 'connect IP3:port',or maybe ''connect IP1:port'. I can know the client IP by 'get_user_ip()' in function 'client_connect()'. But I want to know which server IP they choose. IP1 or IP2, so how can I get it?