const char * sock_strerror(int nerrno);
The socket library that comes with IBM toolkit returns
its own errors for socket calls.
This functions returns the error string associated with an error number.
The text of these error messages comes from the comments in nerrno.h
.