What's Changed
- note about msg size limits by @sshanks-kx in #89
- improvement to SSL/TLS docs by @sshanks-kx in #90
- fix UDS link in docs by @sshanks-kx in #91
- add ability to set timeout on connect. ref #93 by @sshanks-kx in #94
public c(String host,int port,String usernamepassword,boolean useTLS,int timeout) throws KException,IOException
timeout relates to https://docs.oracle.com/javase/8/docs/api/java/net/Socket.html#setSoTimeout-int-
Full Changelog: 2.0...2.1