Releases: xtaci/kcp-go
Releases · xtaci/kcp-go
synchronized batch sending
v5.3.5 do not close socket in synchronized sending
v5.3.4
proper error codes
v5.3.2 proper error handling
sendmmsg
v5.2.8: Xtaci patch 1 (#119)
* Add files via upload * Update README.md
v5.2.7
conditional build for linux and generic
v5.2.6 conditional build for linux and others
optimize with recvmmsg for linux system
recvmmsg will be much faster than recvfrom for incoming udp packets, but only available on linux