Dear All,

I am writing a Qt TCP/IP application. Right now I can connect to remote clients with my server and retrieve their IP addresses using "peerAddress()" function of "QAbstractSocket".
However, I also need to retrieve the Host Name of the client at the server side. I couldn't find a way to do it? Can someone help me to solve this problem?

Thanks...