vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Made error descriptions portable #87

Closed andreasley closed 8 years ago

andreasley commented 8 years ago

Error string lookups are now done with strerror(3), yielding the correct results on different platforms.

Fixes https://github.com/vapor/socks/issues/80

loganwright commented 8 years ago

@andreasley I may have been wrong about the breaking changes, either way, moving this to #90 so we can work on it and run travis.