This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
2.0
- Simplified structure of clients and servers.
- Instead of Client and e.g. TcpClientSession, you can now just construct a TcpClientSession.
- Instead of Server and e.g. TcpConnectionListener, you can now just construct a TcpServer.
- Because of this, session factories have been removed.
- The Client argument has been removed from Protocol.newClientSession since the session is the client now.
- Make SRV record resolution optional.
- Do not attempt SRV resolution for IP addresses.