Skip to content

Releases: shadowsocks/shadowsocks-android

v3.0.8

02 Sep 01:31
Compare
Choose a tag to compare
  1. Minor bug fixes.
  2. Update kcptun to v20160830.

v3.0.7

30 Aug 00:50
Compare
Choose a tag to compare

Minor bug fixes.

v3.0.6

27 Aug 00:21
Compare
Choose a tag to compare
  1. Update kcptun with autoexpire support, (60 is recommended for mobile device)
  2. Drop the experimental Session ID support.
  3. Refine TCP Fast Open by @Mygod.

v3.0.5

20 Aug 06:25
Compare
Choose a tag to compare
v3.0.5 Pre-release
Pre-release
  1. UI fixes by @Mygod
  2. TCP Fast Open support by @Mygod (requires ROOT permission and Linux Kernel 3.7.1 or above).
  3. Experimental Session ID support of kcptun (--sid option to enable this feature with a forked server version)

v3.0.4

14 Aug 02:37
Compare
Choose a tag to compare
  1. Fix issues of kcptun on Android 4.x
  2. Add aes-128/192/256-ctr ciphers.
  3. Remove some deprecated ciphers.

v3.0.3

10 Aug 01:46
Compare
Choose a tag to compare

Minor fixes for kcptun

v3.0.2

07 Aug 02:57
Compare
Choose a tag to compare
v3.0.2 Pre-release
Pre-release

Fix UDP forward with kcptun.

v3.0.1

06 Aug 11:30
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

Minor bug fixes for kcptun

v3.0.0

06 Aug 01:31
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

Add experimental KCPTUN support.

KCPTUN should run as a plugin server of shadowsocks server.

Example:

Run a KCPTUN on your server, listening on port 53, redirecting to shadowsocks port 8388:

sudo kcptun -l :53 -t 127.0.0.1:8388 --crypt none --mtu 1024 --sndwnd 1024 --rcvwnd 1024 --mode fast --nocomp

Then the parameters for the client is:

--crypt none --mtu 1024 --sndwnd 1024 --rcvwnd 1024 --mode fast --nocomp

v2.10.8

19 Jul 01:15
Compare
Choose a tag to compare

Minor bug fixes