mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 15:10:49 +08:00
15 lines
224 B
Go
15 lines
224 B
Go
package nat
|
|
|
|
import "testing"
|
|
|
|
func TestStun1(t *testing.T) {
|
|
// s,err := getNatIpAndPort()
|
|
// if err != nil {
|
|
// t.Logf("get nat ip and port error: %v", err)
|
|
// t.Fail()
|
|
// }
|
|
|
|
//NatTraversal()
|
|
t.Logf("nat ip: ")
|
|
}
|