Browse Source

upnp: keep a link

pull/711/head
Zach Ramsay 7 years ago
parent
commit
f23d47e5d2
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      p2p/upnp/upnp.go

+ 4
- 6
p2p/upnp/upnp.go 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"


Loading…
Cancel
Save