Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ikcp_send单次输入数据超过200Kb之后,返回值始终小于0 #428

Open
chenqinggang001 opened this issue Oct 18, 2024 · 1 comment

Comments

@chenqinggang001
Copy link

长度:196982字节

长度小于200kb,比如120、150都是正常的

@skywind3000
Copy link
Owner

不要超过

min(kcp->rcv_wnd, kcp->snd_wnd) * kcp->mss

超过自己分多次发送

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants