changed to new nat-pmp repo

pull/150/head
obscuren 10 years ago
parent 2d00027fd9
commit ccea5fa948
  1. 4
      natpmp.go

@ -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…
Cancel
Save