-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable nat Traversal in p2p #30
base: master
Are you sure you want to change the base?
Conversation
discovery "github.com/libp2p/go-libp2p-discovery" | ||
dht "github.com/libp2p/go-libp2p-kad-dht" | ||
pubsub "github.com/libp2p/go-libp2p-pubsub" | ||
secio "github.com/libp2p/go-libp2p-secio" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why these? b/c go fmt
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, secio
is package name in github.com/libp2p/go-libp2p-secio
@@ -88,7 +88,7 @@ var ( | |||
Gossip: false, | |||
ConnectTimeout: time.Minute, | |||
MasterKey: "", | |||
Relay: "disable", | |||
Relay: "nat", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how's the test result? does it help connect to private IP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be tested
No description provided.