NAME
socket_address() - return the remote address for an efun
socket
SYNOPSIS
#include
#include
string socket_address(int s)
DESCRIPTION
socket_address() returns the remote address for an efun
socket s. The returned address is of the form:
"127.0.0.1 23".
RETURN VALUES
socket_address() returns:
a string format address on success.
an empty string on failure.
SEE ALSO
socket_connect(3), socket_create(3)
Help topics available:
| socket_accept | socket_acquire | socket_bind | socket_error | socket_listen |
| socket_close | socket_release | socket_write | socket_address | socket_connect |
| socket_create |
You are guest number 119 since December 2019.
This file was last modified: June 2000.