Skip to content

Releases: xtaci/smux

v1.2.6

18 Apr 06:09
Compare
Choose a tag to compare
fix a potential logic race

v1.2.5

18 Apr 05:48
Compare
Choose a tag to compare
make sure close(conn) is before streamLock

bug fix in issue#48

18 Apr 04:19
Compare
Choose a tag to compare
v1.2.4

handle error in discard

v1.2.3

17 Apr 14:27
Compare
Choose a tag to compare
better handling of token bucket notify

copy directly into bytes.Buffer without a tmp buffer

08 Apr 11:23
Compare
Choose a tag to compare
v1.2.2

copy directly into bytes.Buffer without a tmp buffer

add buffersWriter interface and optimize for gathered writing

07 Apr 14:08
Compare
Choose a tag to compare

v1.1.2

25 Mar 03:25
Compare
Choose a tag to compare
fan in writeFrameInternal

bug fix in keepalive

12 Feb 16:43
f4f6ca3
Compare
Choose a tag to compare
Merge pull request #43 from jannson/fix-keepalive-block

fix: writeFrame may block forever in keepalive function

fix compatibility issue to previous version

01 Oct 03:26
f4f6ca3
Compare
Choose a tag to compare
Merge pull request #43 from jannson/fix-keepalive-block

fix: writeFrame may block forever in keepalive function

improve throughput 4x

28 Sep 12:36
f4f6ca3
Compare
Choose a tag to compare

context switching cost in sending is so expensive in 4k buffer, increased the MaxFrameSize to 64k to fix that .