mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
changed to new nat-pmp repo
This commit is contained in:
parent
2d00027fd9
commit
ccea5fa948
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
package eth
|
||||
|
||||
import (
|
||||
natpmp "code.google.com/p/go-nat-pmp"
|
||||
//natpmp "code.google.com/p/go-nat-pmp"
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
natpmp "github.com/jackpal/go-nat-pmp"
|
||||
)
|
||||
|
||||
// Adapt the NAT-PMP protocol to the NAT interface
|
||||
|
|
|
|||
Loading…
Reference in a new issue