Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 421 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 421 Bytes

socket-collection - Change Log

Unknown

  • Fixed TcpSock::read() when multiple messages are buffered.
  • Updated Rust edition to 2018.

[0.4.0]

  • Removed UDT support.
  • Updated dependecies.
  • Implemented encryption.
  • Implemented protocol agnostic socket that wraps TCP and UDP sockets.

[0.3.0]

  • Added UDP support.

[0.2.0]

  • Added UDT protocol support.

[0.1.0]

  • Initial version with TCP support.