summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-12-07 22:56:29 +0000
committergVisor bot <gvisor-bot@google.com>2020-12-07 22:56:29 +0000
commit25d7d80f684e999c2467033520734f36e23e54cc (patch)
treed7ce2280949b17c164132642b68fa7ce0191a193
parent05dae75309e7f76004d41414e1ac8dc5644c2171 (diff)
parent0e5ba13b331d4e85548b6f095b28ae88df95a89a (diff)
Merge release-20201130.0-57-g0e5ba13b3 (automated)
-rw-r--r--pkg/tcpip/network/ip/generic_multicast_protocol.go3
1 files changed, 0 insertions, 3 deletions
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()