Return string for socket error number
Ns_SockStrError(int err);
Ns_SockStrError returns the string for the specified error number.
This function (along with the other error reporting functions listed below) is part of a platform-independent interface to the error reporting mechanisms on Unix. On Unix, the per-thread errno variable is used.