Go to the documentation of this file.
5 #ifndef vnsw_agent_igmp_private_hpp
6 #define vnsw_agent_igmp_private_hpp
8 #define IGMP_ROBUST_COUNT 2
9 #define IGMP_QUERY_INTERVAL (125 * MSECS_PER_SEC)
10 #define IGMP_QUERY_RESPONSE_INTERVAL (10 * MSECS_PER_SEC)
11 #define IGMP_QUERY_LASTMEMBER_INTERVAL (1 * MSECS_PER_SEC)
13 #define IGMP_VERSION_1 1
14 #define IGMP_VERSION_2 2
15 #define IGMP_VERSION_3 3