evutil_socket_error_to_string

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. const(char)* evutil_socket_error_to_string(int errcode)
  2. alias evutil_socket_error_to_string = strerror
    version(!Windows)
    extern (C) nothrow
    alias evutil_socket_error_to_string = strerror

Meta