Skip to content
Snippets Groups Projects
Commit 99d18a33 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make socket errno and string descriptions easier to get/use

Add/use SOCKET_STRERROR which gets the description of the *last* socket
error.

We should start using socket_errno(true) in place of ERROR_VALUE (horribly
named macro) for comparing last socket error nubers against values/macros
from errno.h.

Eliminate get_socket_errno(), unused and redundant with socket_errno().
parent f078cd9d
Branches
Tags
No related merge requests found
Pipeline #7310 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment