char *Ns_ConnPeer( Ns_Conn *conn );
The Ns_ConnPeer function returns the name of the peer associated with the connection.
The peer address is determined by the communications driver in use by the connection. Typically it is a dotted IP address, for example, 199.221.53.205, but this is not guaranteed.