Skip to content

Tags: zhihuizhiming/gnet

Tags

v1.3.2

Toggle v1.3.2's commit message
trifle: add comments for exported functions

v1.3.1

Toggle v1.3.1's commit message
opt: keep running when an error occurs in connection

Fixes panjf2000#142

v1.3.0

Toggle v1.3.0's commit message
feat: support locking each I/O event-loop goroutine to an OS thread

Fixes panjf2000#133

v1.2.10

Toggle v1.2.10's commit message
trifle: add comments

v1.2.9

Toggle v1.2.9's commit message
opt: improve the conversion between string and byte slice

v1.2.8

Toggle v1.2.8's commit message
opt: refactor the load-balancing algorithm of source addr hash

v1.2.7

Toggle v1.2.7's commit message
test: fix a few issues in TestLengthFieldBasedFrameCodecZeroPlayLoad

Updates panjf2000#113

v1.2.6

Toggle v1.2.6's commit message
trifle: rename functions and refine comments

v1.2.5

Toggle v1.2.5's commit message
fix: resolve the issue of closing one fd twice

v1.2.4

Toggle v1.2.4's commit message
opt: Leverage system calls instead of `net` package to create listeners

Also enable SO_REUSEPORT to avoid Thundering Herd, besides, Fixes panjf2000#47 panjf2000#44 panjf2000#77