tquic C++ 如何使用多路径传输提高传输效率? #307
Unanswered
lion117
asked this question in
Q&A (问题和回答)
Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Rust语言示例程序支持多路径:https://github.com/Tencent/tquic/tree/develop/tools/src/bin C++语言示例程序目前较简单,不支持多路径。后续版本会提供。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
背景
需求
系统使用wifi和5G网络同时传输一个大文件. 数据优先走wifi链路. 当wifi网络受到干扰时(丢包, 延迟), 能够动态的将部分数据走5G传输. 希望在双链路传输时能够实时监控5G和wifi模块的流量状态等信息.
问题
是否有相关的C++ demo可参考学习一下?
Beta Was this translation helpful? Give feedback.
All reactions