forked from Minki/linux
igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL
After commit 2690048c01
("net: igmp: Allow user-space
configuration of igmp unsolicited report interval"), they
are not used now
Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3c419a2cbc
commit
c3e042f541
@ -107,8 +107,6 @@
|
||||
#ifdef CONFIG_IP_MULTICAST
|
||||
/* Parameter names and values are taken from igmp-v2-06 draft */
|
||||
|
||||
#define IGMP_V2_UNSOLICITED_REPORT_INTERVAL (10*HZ)
|
||||
#define IGMP_V3_UNSOLICITED_REPORT_INTERVAL (1*HZ)
|
||||
#define IGMP_QUERY_INTERVAL (125*HZ)
|
||||
#define IGMP_QUERY_RESPONSE_INTERVAL (10*HZ)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user