dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
805 stars 196 forks source link

Don't return an error for non-critical name resolution errors #26

Closed dermesser closed 9 years ago

dermesser commented 9 years ago

This should leave the buffers given as arguments untouched.

dermesser commented 9 years ago

...the main reason being me forgetting about it, yeah