Skip to content

Commit

Permalink
V1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vis2k committed Dec 7, 2020
1 parent 1dadb9d commit 0c2a295
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion kcp2k/Assets/kcp2k/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
V1.4 [2020-11-27]
- fix: OnCheckEnabled added. KcpConnection message processing while loop can now
be interrupted immediately. fixes Mirror Transport scene changes which need to stop
processing any messages immediately after a scene message)
- perf: Mirror KcpTransport: FastResend enabled by default. turbo mode according to:
https://github.com/skywind3000/kcp/blob/master/README.en.md#protocol-configuration
- perf: Mirror KcpTransport: CongestionControl disabled by default (turbo mode)

V1.3 [2020-11-17]
- Log.Info/Warning/Error so logging doesn't depend on UnityEngine anymore
- fix: Server.Tick catches SocketException which happens if Android client is killed
Expand All @@ -15,7 +23,6 @@ V1.2 [2020-11-10]
- KcpConnection.MaxMessageSize increased from 1200 bytes to to maximum allowed
message size of 145KB for kcp (based on mtu, overhead, wnd_rcv)


V1.1 [2020-10-30]
- high level cleanup, fixes, improvements

Expand Down

0 comments on commit 0c2a295

Please sign in to comment.