Specially, to turn on multicast route on linux :
route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
And then, it *SHOULD* work.
本文介绍了如何在Linux系统中开启多播路由功能。通过使用route命令添加特定的网络条目,可以实现对多播流量的支持。
Specially, to turn on multicast route on linux :
route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
And then, it *SHOULD* work.

被折叠的 条评论
为什么被折叠?