Skip to content

Releases: xtaci/kcp-go

algorithm improvement in updater.go

04 Feb 08:32
42bc1df
Compare
Choose a tag to compare
Merge pull request #74 from jinq0123/master

use heap.Fix() instead of Pop() and Push()

add a builtin blacklist

27 Dec 11:16
86eebd5
Compare
Choose a tag to compare
Merge pull request #65 from AudriusButkevicius/master

Add blacklist

a faster nonce generator

29 Nov 13:22
Compare
Choose a tag to compare
v3.22

remove the lock in rand

switch back upstream FEC library for better community & performance

18 Nov 16:23
Compare
Choose a tag to compare
v3.21

switch back upstream library, and keep the better xor

a more efficient slice zeroing by copying

13 Nov 18:36
Compare
Choose a tag to compare
v3.20

using copy to zero a slice is much more efficient in FEC

switch to a new rs package

05 Sep 02:55
Compare
Choose a tag to compare

improve packet session lookup

05 Jun 08:46
Compare
Choose a tag to compare

improve packets session lookup speed by caching last session(locality assumption).

hide internal structs

03 Jun 11:27
Compare
Choose a tag to compare
  1. hide internal structs
  2. more comments for godoc

v3.16

26 May 04:24
Compare
Choose a tag to compare
add a precondition before heap operations

v3.15

15 Apr 13:36
Compare
Choose a tag to compare
fix incorrect interval = 0  when SetNoDelay hasn't called