Update settingengine.go

Co-authored-by: David Zhao <dz@livekit.io>
This commit is contained in:
cnderrauber
2022-09-29 14:19:14 +08:00
committed by cnderrauber
parent 371d27cb57
commit 0b3df2b25f

View File

@@ -160,7 +160,7 @@ func (e *SettingEngine) SetInterfaceFilter(filter func(string) bool) {
}
// SetIPFilter sets the filtering functions when gathering ICE candidates
// This can be used to exclude certain ip from ICE. Which may be
// This can be used to exclude certain ip from ICE. Which may be
// useful if you know a certain ip will never succeed, or if you wish to reduce
// the amount of information you wish to expose to the remote peer
func (e *SettingEngine) SetIPFilter(filter func(net.IP) bool) {