The initial release.
Fix a thread deadlock problem
Add slow retransmission mode for packets that lost too many times
Add HTTP(JSON) statistics interface
Fix redundant retransmissions caused by delayed ACKs
Enable Cross-Origin Resource Sharing (CORS) for HTTP(JSON) statistics interface
Minor bandwidth usage optimizations
Protocol Version 2: Major robustness improvement
Obfuscator interface for customized packet obfuscation
Add CRXObfuscator
Obfuscators are now Cryptors, shipped with a new AESCryptor
Add DSCP option
The initial release.
New flow control mechanism (Buffer size limitations, Pause & Continue frames)
Protocol Version 2: Major robustness improvement
The initial release.
Add a new speed limit option for server (-l)
Auto reconnect for broken underlying dragonite socket connections
Set default logging level to INFO, use --debug to enable debug mode
Add an option for enabling HTTP(JSON) statistics interface of underlying dragonite socket connections
GUI Web Panel for HTTP(JSON) statistics interface
--web-panel & --web-panel-public options
Minor bandwidth usage optimizations from SDK v0.2.2
Adjustable send window size multiplier (option --window-size-multiplier)
Protocol Version 2: Added Server Response Message allowing custom server welcome message (option -w)
Protocol Version 3: Major robustness improvement
Update checking system
Add an option (-r) for forwarding connections to remote servers
Add the same encryption system as dragonite-proxy, use option (-k) to set passwords
Add an option (--dscp) for customizing DSCP field of UDP packets
Add an option (--skip-update) for skipping update-checking
The initial release.
Add a new obfuscation option (--obfs)
Adapt to new CRXObfuscator
Protocol Version 2: Full SOCKS5 UDP relay support
Block loopback address by default, add --allow-loopback option
JSON configuration support
Adapt to the new protocol layer encryption, remove obsolete encryption system.
Fix a buffer length bug in UDP relay
Update checking system
Add an option (--dscp) for customizing DSCP field of UDP packets
Add an option (--skip-update) for skipping update-checking
Fix unclear ACL exception messages