Skip to content

Releases: xtaci/kcp-go

bug fix in early pull request

10 Aug 14:45
Compare
Choose a tag to compare

severely damaged the speed, this release fixed that bug.

v3.25: Merge pull request #74 from jinq0123/master

05 Mar 08:50
42bc1df
Compare
Choose a tag to compare
use heap.Fix() instead of Pop() and Push()

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