Skip to content

Releases: shadowsocks/go-shadowsocks2

Bug fix

01 May 17:09
acdbac0

Choose a tag to compare

Bug fix Pre-release
Pre-release

See #201

Apple Silicon support with Go 1.16

26 Feb 12:26
956d345

Choose a tag to compare

Pre-release
  • Support for macOS with Apple Silicon (Darwin/ARM64)
  • Requires Go 1.16 to build

Generic TCP corking

19 Aug 08:59
0363129

Choose a tag to compare

Generic TCP corking Pre-release
Pre-release

Experimental generic TCP corking (user-space buffering) to coalesce the first few packets sent by both go-ss2 client and server. It would make the packet length pattern less obvious.

v0.1.2

09 Aug 12:00

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
  1. Fixed the toggle to disable TCP mode.
  2. Experimental TCP Cork to coalesce salt/address/initial payload.

v0.1.1

09 Aug 05:19

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Added -udp and -tcp to toggle UDP/TCP mode on server-side. By default TCP mode is enabled and UDP mode is disabled.

v0.1.0

20 Feb 11:22

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Dropped all unsafe stream ciphers, and added Bloom filters to defend against replay attack.

v0.0.11

30 Aug 11:15
8f3c47f

Choose a tag to compare

v0.0.11 Pre-release
Pre-release
Merge pull request #109 from lixin9311/aead_packet_decryption_overlap…

v0.0.9

15 Apr 15:03

Choose a tag to compare

v0.0.9 Pre-release
Pre-release
Travis CI build