From 0e5ba13b331d4e85548b6f095b28ae88df95a89a Mon Sep 17 00:00:00 2001 From: Sam Balana Date: Mon, 7 Dec 2020 14:49:26 -0800 Subject: Remove stale comment Removes comment lines about MaxUnsolicitedReportDelay. This is already documented in the comment for GenericMulticastProtocolOptions. PiperOrigin-RevId: 346185053 --- pkg/tcpip/network/ip/generic_multicast_protocol.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/tcpip') diff --git a/pkg/tcpip/network/ip/generic_multicast_protocol.go b/pkg/tcpip/network/ip/generic_multicast_protocol.go index f14e2a88a..e308550c4 100644 --- a/pkg/tcpip/network/ip/generic_multicast_protocol.go +++ b/pkg/tcpip/network/ip/generic_multicast_protocol.go @@ -152,9 +152,6 @@ type GenericMulticastProtocolState struct { } // Init initializes the Generic Multicast Protocol state. -// -// maxUnsolicitedReportDelay is the maximum time between sending unsolicited -// reports after joining a group. func (g *GenericMulticastProtocolState) Init(opts GenericMulticastProtocolOptions) { g.mu.Lock() defer g.mu.Unlock() -- cgit v1.2.3