Skip to content

Trojan v0.8.5

Compare
Choose a tag to compare
@lazytiger lazytiger released this 01 Dec 03:09
· 464 commits to master since this release

Changelog

  • Remove all reregister calling, only register once and read until WouldBlock, then immediately write until done or WouldBlock.
  • Using WouldBlock for buffer limitation
  • Unify connection status and extract a trait for it
  • Move configuration to lazy_static for reducing parameters
  • Remove ip marker as it is not necessary
  • Optimize connection closing implementation for more readbility