From 6baf7220c7e760d0705d6cbfaa04694ab1b28d80 Mon Sep 17 00:00:00 2001 From: vis2k Date: Sun, 9 Jan 2022 11:49:11 +0800 Subject: [PATCH] V1.17 --- kcp2k/Assets/kcp2k/VERSION | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kcp2k/Assets/kcp2k/VERSION b/kcp2k/Assets/kcp2k/VERSION index 6ba02c11..4787b41a 100755 --- a/kcp2k/Assets/kcp2k/VERSION +++ b/kcp2k/Assets/kcp2k/VERSION @@ -1,3 +1,7 @@ +V1.17 [2022-01-09] +- perf: server/client MaximizeSendReceiveBuffersToOSLimit option to set send/recv + buffer sizes to OS limit. avoids drops due to small buffers under heavy load. + V1.16 [2022-01-06] - fix: SendUnreliable respects ArraySegment.Offset - fix: potential bug with negative length (see PR #2)