This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
v2.4.0
Tag
2.4.0
Date
April 9th, 2017
Changes
None.
Additions
- Provide support for Unix socket. Simply pass in 0 as the port when building a
tcp_socket
,tcp_client
ortcp_server
. Then, the host will automatically be treated as the path to a Unix socket instead of a real host.
Removals
None.