Signed-off-by: Yuichi Ito <[email protected]>
---
 ryu/lib/packet/igmp.py |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ryu/lib/packet/igmp.py b/ryu/lib/packet/igmp.py
index 1081e4d..392f536 100644
--- a/ryu/lib/packet/igmp.py
+++ b/ryu/lib/packet/igmp.py
@@ -51,6 +51,12 @@ IGMP_TYPE_REPORT_V1 = 0x12
 IGMP_TYPE_REPORT_V2 = 0x16
 IGMP_TYPE_LEAVE = 0x17

+QUERY_RESPONSE_INTERVAL = 10.0
+LAST_MEMBER_QUERY_INTERVAL = 1.0
+
+MULTICAST_IP_ALL_HOST = '224.0.0.1'
+MULTICAST_MAC_ALL_HOST = '01:00:5e:00:00:01'
+

 class igmp(packet_base.PacketBase):
     """
-- 
1.7.10.4


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to