mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
67af300383
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
package eth
|
package eth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
natpmp "code.google.com/p/go-nat-pmp"
|
//natpmp "code.google.com/p/go-nat-pmp"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
|
natpmp "github.com/jackpal/go-nat-pmp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Adapt the NAT-PMP protocol to the NAT interface
|
// Adapt the NAT-PMP protocol to the NAT interface
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue