From the NannyMUD documentation

LAST CHANGE

2001-10-02

FUNCTION


NAME

        socket_error() - Return a text description of a socket error.

SYNTAX

        #include 
        #include 

        string socket_error(int error)

DESCRIPTION

        socket_error() returns a string describing the error
	signified by error.

	RETURN VALUE
        socket_error() returns:

        a string describing the error on success.

        "socket_error: invalid error number" on bad input.

SEE ALSO

        socket_create in efun/socket/socket_create
        socket_create in efun/socket/socket_create

SEE ALSO

        socket_connect in efun/socket/socket_connect