You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* tacopie: fork support: allow set_default_io_service to take nullptr. In order to safely fork, call set_default_io_service(nullptr) to make sure the io_service destructor is called and all underlying threads joined.
10
+
* tacopie: fix: timeout for connection not working due to invalid param to select, now working
11
+
* tacopie: improvement: make sure socket is in blocking mode before connection (#32) as it differs from one OS to another
12
+
* tacopie: improvement: check for non-blocking connect errors with getsockopt to avoid connect reporting a successful connection followed by a call to disconnection handler (now connect report a failed
13
+
### Additions
14
+
* tacopie: ipv6 support (connect, bind and accept operations, on tcp_server and tcp_client)
0 commit comments