-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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在高延迟环境下怎样使用才能满足大流量,而不是快速响应? #406
Comments
你这用KCP用错了场景了吧
…------------------ 原始邮件 ------------------
发件人: "skywind3000/kcp" ***@***.***>;
发送时间: 2024年3月21日(星期四) 下午4:34
***@***.***>;
***@***.***>;
主题: [skywind3000/kcp] KCP在高延迟环境下怎样使用才能满足大流量,而不是快速响应? (Issue #406)
我们需要同时工作在TCP和UDP协议中,所以选择了使用KCP,但是我的软件中还需要传输文件,我测试了在高延迟(1s)环境中,TCP协议、2048的窗口也只能达到400k左右的速度,还经常出现传输中断,ikcp_input后KCP再无任何响应。请问在高延迟环境中,只要求大流量而不要求快速响应我应该怎么使用呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
自己再 issue 里翻翻,别人传输速度比你这个快。 |
麻烦大神指导下呢,没有找到相似的issue,我是asio实现的,下面是伪代码
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我们需要同时工作在TCP和UDP协议中,所以选择了使用KCP,但是我的软件中还需要传输文件,我测试了在高延迟(1s)环境中,TCP协议、2048的窗口也只能达到400k左右的速度,还经常出现传输中断,ikcp_input后KCP再无任何响应。请问在高延迟环境中,只要求大流量而不要求快速响应我应该怎么使用呢?
无延迟环境测试为16M/S
The text was updated successfully, but these errors were encountered: