Version 0.7.1 - Minor fixes and start of SocketCAN
This is a minor update to merge in a number of long-standing Pull Requests and other fixes. It also contains some new, experimental, support for SocketCAN on Linux.
- [Experimental] SocketCAN, CAN bus support on Linux
- #37 socket::get_option() not returning length on Windows
- #39 Using SSIZE_T for ssize_t in Windows
- #53 Add Conan support
- #55 Fix Android strerror
- #60 Add missing move constructor for connector template.
- Now
acceptor::open()
uses the SO_REUSEPORT option instead of SO_REUSEADDR on non-Windows systems. Also made reuse optional.