Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Releases: EAimTY/tuic

tuic-5.0.0-rc0

30 May 11:47
Compare
Choose a tag to compare
tuic-5.0.0-rc0 Pre-release
Pre-release

Version
Documentation
License

  • Fix packet fragment size calculating (#169)
  • Remove Packet::len_without_addr()
  • Various improvement

tuic-server-1.0.0-alpha1

29 May 16:43
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Totally rewrite UDP session implementation
  • Far more detailed log information
  • Reorganizing crate structure for better maintainability and readability
  • Lowering default receive window to 8MiB, send window to 8MiB * 2
  • Various improvement

tuic-client-1.0.0-alpha1

29 May 16:43
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Totally rewrite UDP session implementation
  • Fix socks5 UDP associate socket not binding the correct socket address
  • Paralleling UDP packet relaying initialization
  • Far more detailed log information
  • Reorganizing crate structure for better maintainability and readability
  • Lowering default receive window to 8MiB, send window to 8MiB * 2
  • Various improvement

tuic-server-1.0.0-alpha0

27 May 12:24
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Fix packet marshaling error in UDP relay mode native (#167)
  • Add config send_window and receive_window (#149)
  • Add config task_negotiation_timeout
  • Various improvement

tuic-quinn-0.1.0-alpha0

27 May 12:22
Compare
Choose a tag to compare
Pre-release

Version
Documentation
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Fix packet marshaling error in UDP relay mode native (#167)

tuic-client-1.0.0-alpha0

27 May 12:25
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Fix packet marshaling error in UDP relay mode native (#167)
  • Add config send_window and receive_window (#149)
  • Various improvement

tuic-5.0.0-alpha0

27 May 12:22
Compare
Choose a tag to compare
tuic-5.0.0-alpha0 Pre-release
Pre-release

Version
Documentation
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

Full protocol specification can be found at https://github.com/EAimTY/tuic/blob/640ae7d2fd43c0f84b7badbcb9f68a99c240e00a/tuic/SPEC.md

tuic-server-1.0.0-pre-alpha2

26 May 12:06
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Fix issue on setting socket to ipv6_only and reuse_address (#158, #159, #164, #165)
  • More info on socket error

tuic-client-1.0.0-pre-alpha2

26 May 12:06
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Fix issue on setting socket to ipv6_only and reuse_address (#158, #159, #164, #165)
  • More info on socket error

tuic-server-1.0.0-pre-alpha1

25 May 13:35
Compare
Choose a tag to compare
Pre-release

Version
License

WARN: THIS IS AN EXTREMELY EARLY VERSION. IT GETS HIGH CHANCE NOT TO WORK AS EXPECTED. USE IT AT YOUR OWN RISK.

  • Returns error on dual-stack IPv4 socket (#158, #159, #164, #165)
  • Indicates socket creating fails
  • Lowers pre-built binaries glibc version requirement to 2.31 (#159)