Skip to content

Commit

Permalink
V1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vis2k committed May 28, 2021
1 parent d4c617d commit 372e9c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kcp2k/Assets/kcp2k/VERSION
Original file line number Diff line number Diff line change
@@ -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<Segment>. 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.
Expand Down

0 comments on commit 372e9c4

Please sign in to comment.