libhv
libhv copied to clipboard
feat: auto-drop KCP packets on readbuf overflow
I found kcp service will get unavailable when large packet comes, so I think it's neccessary to drop it so that the next packet can be handled, and service keep on going.