We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297683f commit 67b3694Copy full SHA for 67b3694
1 file changed
kcp2k/Assets/kcp2k/VERSION
@@ -1,3 +1,11 @@
1
+V1.10 [2021-05-28]
2
+- feature: configurable Timeout
3
+- allocations explained with comments (C# ReceiveFrom / IPEndPoint.GetHashCode)
4
+- fix: #17 KcpConnection.ReceiveNextReliable now assigns message default so it
5
+ works in .net too
6
+- fix: Segment pool is not static anymore. Each kcp instance now has it's own
7
+ Pool<Segment>. fixes #18 concurrency issues
8
+
9
V1.9 [2021-03-02]
10
- Tick() split into TickIncoming()/TickOutgoing() to use in Mirror's new update
11
functions. allows to minimize latency.
0 commit comments