-
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
Add configuration to bind to Ipv4 address #530
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #530 +/- ##
=======================================
Coverage 92.34% 92.34%
=======================================
Files 106 106
Lines 17850 17852 +2
=======================================
+ Hits 16483 16485 +2
Misses 1367 1367
☔ View full report in Codecov by Sentry. |
b6cbdbd
to
b28eace
Compare
@sandreae Could you check this branch out and test if establishing connection between node works when you bind to the loopback interface (aka |
Same behaviour for me, local peers are discovered, but connection attempts timeout 🤔 |
Looks related: libp2p/rust-libp2p#4259 |
I just tested this and connection between nodes is successful:
|
Not sure exactly what that tells us 😅 |
I also updated to |
Closes #533
📋 Checklist
Add tests that cover your changesCHANGELOG.md