Skip to content

Commit 67b3694

Browse files
author
vis2k
committed
V1.10
1 parent 297683f commit 67b3694

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

kcp2k/Assets/kcp2k/VERSION

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
V1.9 [2021-03-02]
210
- Tick() split into TickIncoming()/TickOutgoing() to use in Mirror's new update
311
functions. allows to minimize latency.

0 commit comments

Comments
 (0)