We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kcp-go/kcp.go
Line 801 in 263526e
是不是应该比较 segment.resendts 和 current: if rto := _itimediff(segment.resendts, current); rto > 0 && rto < minrto {
if rto := _itimediff(segment.resendts, current); rto > 0 && rto < minrto {
The text was updated successfully, but these errors were encountered:
嗯,看上去是个bug,我测试下
Sorry, something went wrong.
fix the bug in issue #106
02d11d2
fixed
No branches or pull requests
kcp-go/kcp.go
Line 801 in 263526e
是不是应该比较 segment.resendts 和 current:
if rto := _itimediff(segment.resendts, current); rto > 0 && rto < minrto {
The text was updated successfully, but these errors were encountered: