diff options
author | Sam Balana <sbalana@google.com> | 2020-12-07 14:49:26 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-07 14:51:35 -0800 |
commit | 0e5ba13b331d4e85548b6f095b28ae88df95a89a (patch) | |
tree | 67e18d938f0ca994e3857a2909c790478f15fc66 /pkg/tcpip | |
parent | d574666deafd321ab7b461252c68046a83b60c71 (diff) |
Remove stale comment
Removes comment lines about MaxUnsolicitedReportDelay. This is already
documented in the comment for GenericMulticastProtocolOptions.
PiperOrigin-RevId: 346185053
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/network/ip/generic_multicast_protocol.go | 3 |
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() |