tquic多路径能否为某一条流指定路径呢?如果不能,我应该修改哪一部分代码? #289
Unanswered
wdj55556
asked this question in
Q&A (问题和回答)
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
tquic目前内置的多路径调度算法,不支持所述行为。 你可以自行进行定制开发,一些关键的修改包括:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我试图使用tquic来实现我的多路径算法,我希望把算法实现在客户端,为不同流指定路径,服务器只需要在请求的路径上回复。目前tquic好像不能为流指定路径,只能在发送数据包的时候选择路径。能给我一些修改tquic的建议吗?
Beta Was this translation helpful? Give feedback.
All reactions