|
|
@ -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
|
|
|
|