From the NannyMUD documentation
2001-10-02
NAME
socket_address - Return the remote address for a socket.SYNTAX
#include#include string socket_address(int s) DESCRIPTION
socket_address() returns the remote address for a socket s. The returned address is of the form: "127.0.0.1 23". RETURN VALUE socket_address() returns: a string format address on success. an empty string on failure.SEE ALSO
socket_connect in efun/socket/socket_connectSEE ALSO
socket_create in efun/socket/socket_create socket_create in efun/socket/socket_create