-
Notifications
You must be signed in to change notification settings - Fork 56
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
Autonat protocol #739
Autonat protocol #739
Conversation
Really cool to see this happening! Let me know in case there are any questions in regards to the specification. Also //CC @elenaf9 who implemented AutoNAT in rust-libp2p libp2p/rust-libp2p#2262 |
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.
Very cool!
@lchenut I just pushed a commit which extracts the conn manager tracking from dialAndUpgrade, you should now be able to use dialAndUpgrade in canDial |
Ok, last detail before my approval, we should use a semaphore to limit the number of concurrent dial backs to avoid attacks 1 max seems like a sane default |
Implementation of the AutoNAT Protocol