From 372e9c41a48f821e5681d8e51d399c9ce8e93f4f Mon Sep 17 00:00:00 2001 From: vis2k Date: Fri, 28 May 2021 16:29:35 +0800 Subject: [PATCH] V1.10 --- kcp2k/Assets/kcp2k/VERSION | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kcp2k/Assets/kcp2k/VERSION b/kcp2k/Assets/kcp2k/VERSION index 8d7e3759..4d41a41f 100755 --- a/kcp2k/Assets/kcp2k/VERSION +++ b/kcp2k/Assets/kcp2k/VERSION @@ -1,3 +1,11 @@ +V1.10 [2021-05-28] +- feature: configurable Timeout +- allocations explained with comments (C# ReceiveFrom / IPEndPoint.GetHashCode) +- fix: #17 KcpConnection.ReceiveNextReliable now assigns message default so it + works in .net too +- fix: Segment pool is not static anymore. Each kcp instance now has it's own + Pool. fixes #18 concurrency issues + V1.9 [2021-03-02] - Tick() split into TickIncoming()/TickOutgoing() to use in Mirror's new update functions. allows to minimize latency.