Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Releases: IrineSistiana/mos-tls-tunnel

v0.5.5

06 Mar 09:15
Compare
Choose a tag to compare

Bugs fixed, make it better.

v0.5.4

02 Mar 09:36
Compare
Choose a tag to compare

Automatically detect whether client is using mux or not in wss mode. So user can enable and disable mux at any time without modifying the server's configuration in wss mode.

Add mtt-server multi-user version (experimental)(not included in release zip)

v0.5.3

25 Feb 06:08
Compare
Choose a tag to compare

Bugs fixed

v0.5.2

18 Feb 15:51
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

fixed server wss mode failure in v0.5.1

reuse TLS client session to reduce handshake latency

v0.5.1

18 Feb 09:54
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed a fatal bug in v0.5.0

V0.5.0

15 Feb 10:00
Compare
Choose a tag to compare
V0.5.0 Pre-release
Pre-release

Refine: Now we have 2 part, mtt-client and mtt-server

Improved mux performance.

v0.4.0

26 Jan 11:49
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Add -max-stream for client to set how many streams can be in one true TCP connection.

Lower latency when using -mux and having an awful network condition.

Fixed wss connection failed if -buff < 64 KB.

Fixed a smux session leak.

v0.3.3

11 Jan 01:37
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

Added -mux TCP multiplex, thanks to xtaci and his awesome /xtaci/smux package.

v0.3.2

02 Jan 08:40
Compare
Choose a tag to compare

Support -fast-open on Linux with kernel version 4.11+

Support -mss to set TCP_MAXSEG on Linux, the maximum segment size for outgoing TCP packets.

Support -no-delay

-buff will also modify the values of SO_SNDBUF and SO_RCVBUF

The default value of -buff 4 -> 512kb

The source code of Android plugin will soon be available as a new repo.

v0.3.1

01 Jan 08:46
Compare
Choose a tag to compare

Option n isn't required for client anymore. It will automatically use the value of r if it's not set.

The source code of Android plugin will soon be available as a new repo.