mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove stale comment
Removes comment lines about MaxUnsolicitedReportDelay. This is already documented in the comment for GenericMulticastProtocolOptions. PiperOrigin-RevId: 346185053
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user