mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
upnp: keep a link
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user