From 31569debeb56d7e11b3d02577157c520ef0236a7 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 5 Nov 2019 10:56:51 -0800 Subject: [PATCH] lib/upnp: Fix outdated comment (#6110) --- lib/upnp/upnp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upnp/upnp.go b/lib/upnp/upnp.go index 9543e1200..8c7f3873b 100644 --- a/lib/upnp/upnp.go +++ b/lib/upnp/upnp.go @@ -133,7 +133,7 @@ nextResult: return results } -// Search for UPnP InternetGatewayDevices for seconds, ignoring responses from any devices listed in knownDevices. +// Search for UPnP InternetGatewayDevices for seconds. // The order in which the devices appear in the result list is not deterministic func discover(intf *net.Interface, deviceType string, timeout time.Duration, results chan<- nat.Device) { ssdp := &net.UDPAddr{IP: []byte{239, 255, 255, 250}, Port: 1900}