upnp: keep a link

This commit is contained in:
Zach Ramsay 2017-10-04 17:19:49 -04:00
parent d56b44f3a5
commit f23d47e5d2
1 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,9 @@
/*
Taken from taipei-torrent
Just enough UPnP to be able to forward ports
*/
// Taken from taipei-torrent.
// Just enough UPnP to be able to forward ports
// For more information, see: http://www.upnp-hacks.org/upnp.html
package upnp
// BUG(jae): TODO: use syscalls to get actual ourIP. http://pastebin.com/9exZG4rh
// TODO: use syscalls to get actual ourIP, see issue #712
import (
"bytes"