我正在一个项目中首次使用带有Mininet和RYU控制器的SDN。
我需要使用IGMPlib文件(来自RYU),并且代码中的一些注释如下:
"""IGMP querier emulation class library.
this querier is a simplified implementation, and is not based on RFC,
for example as following points:
- ignore some constant values
- does not send a specific QUERY in response to LEAVE
- and so on
"""dsa
我肯定需要知道RYU和RFC中实现的区别是什么。
我已经将有关此问题的电子邮件发送至ryu-devel@lists.sourceforge.net,因此,如果收到任何答复,请在此处发布。