mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
packet lib: igmp: add a constant value
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
483d9a81ea
commit
afb737cb6b
@ -50,6 +50,7 @@ IGMP_TYPE_QUERY = 0x11
|
||||
IGMP_TYPE_REPORT_V1 = 0x12
|
||||
IGMP_TYPE_REPORT_V2 = 0x16
|
||||
IGMP_TYPE_LEAVE = 0x17
|
||||
IGMP_TYPE_REPORT_V3 = 0x22
|
||||
|
||||
QUERY_RESPONSE_INTERVAL = 10.0
|
||||
LAST_MEMBER_QUERY_INTERVAL = 1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user