看到一句话: linux4.6 内核中加入 tcp 的更优特性的架构(KCM),可以更好的提升速度,所以..不会支持 kcp
来源: https://git.io/vDqN6
搜了下资料有点少。。。有正在用的V友么?
1
limhiaoing 2017-02-01 14:35:28 +08:00
似乎不太一样?
KCM 是想实现类似于 UDP over TCP 的功能 而 KCP 可以用于实现 TCP over UDP 的功能。 |
2
htfy96 2017-02-01 14:39:49 +08:00
https://www.kernel.org/doc/Documentation/networking/kcm.txt 这里有文档……感觉和 KCP 是完全不同的一类东西
|
3
limhiaoing 2017-02-01 14:41:45 +08:00
KCM 看起来更像是 kcptun 作者的这个项目 https://github.com/xtaci/smux
|
4
fzinfz OP @limhiaoing #1
@htfy96 #2 感谢回复,文档看得云里雾里的。。。 看起来貌似是可以利用多 IP 线路加速的技术。要编程实现,不会写底层,期待各位大神实现了~~ https://lwn.net/Articles/657999/ Thus, KCM can be thought of as implementing a sort of poor hacker's multipath TCP, where the application is charged with setting up the connections over the various paths. multipath TCP : https://lwn.net/Articles/544399/ |