network-simple v0.4.3 Release Notes
Release Date: 2018-09-26 // over 4 years ago-
➕ Added SOCKS5 proxy support using the
socks
library. See functionsconnectSOCKS5
andconnectSockSOCKS5
.⏱ Increased connection timeout.
Client side sockets now have
SO_KEEPALIVE
andTCP_NODELAY
on by default.0️⃣ Server side sockets now have
SO_KEEPALIVE
on by default.