Releases: xtaci/smux
Releases · xtaci/smux
v1.2.6
v1.2.5
bug fix in issue#48
v1.2.4 handle error in discard
v1.2.3
copy directly into bytes.Buffer without a tmp buffer
v1.2.2 copy directly into bytes.Buffer without a tmp buffer
add buffersWriter interface and optimize for gathered writing
v1.2.1 remove log
v1.1.2
bug fix in keepalive
Merge pull request #43 from jannson/fix-keepalive-block fix: writeFrame may block forever in keepalive function
fix compatibility issue to previous version
Merge pull request #43 from jannson/fix-keepalive-block fix: writeFrame may block forever in keepalive function
improve throughput 4x
context switching cost in sending is so expensive in 4k buffer, increased the MaxFrameSize to 64k to fix that .