- Fixed TcpSock::read() when multiple messages are buffered.
- Updated Rust edition to 2018.
- Removed UDT support.
- Updated dependecies.
- Implemented encryption.
- Implemented protocol agnostic socket that wraps TCP and UDP sockets.
- Added UDP support.
- Added UDT protocol support.
- Initial version with TCP support.