OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
igmp_private.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_igmp_private_hpp
6 #define vnsw_agent_igmp_private_hpp
7 
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)
12 
13 #define IGMP_VERSION_1 1
14 #define IGMP_VERSION_2 2
15 #define IGMP_VERSION_3 3
16 
17 #endif /* vnsw_agent_igmp_private_hpp */