对xquic新增拥塞控制算法后该如何编译 #382
Answered
by
derekwin
TearsofLucifer
asked this question in
Q&A
-
如题,在xquic/src/congestion_control里添加其他拥塞控制算法后,在编译时需要修改哪些文件,可以编译生成更新后的libxquic.so |
Beta Was this translation helpful? Give feedback.
Answered by
derekwin
Dec 15, 2023
Replies: 1 comment 2 replies
-
你可以搜索cubic或者bbr关键词,然后在有这个关键字的对应位置仿照类似写法,加入你的算法相关的代码就行。 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TearsofLucifer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可以搜索cubic或者bbr关键词,然后在有这个关键字的对应位置仿照类似写法,加入你的算法相关的代码就行。