Replies: 1 comment 10 replies
-
You can increase the idle connection timeout on the rust-libp2p/examples/ping/src/main.rs Line 47 in 6369666 See #4306 for the tracking issue around this topic. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The peers in the chat example are getting removed from the network after being inactive for some duration. Is there any way to make it alive for all time?
I've tried setting mDNS's TTL as Max but the new() of mDNS uses the default value of TTL in the discoverd_nodes config item.
Beta Was this translation helpful? Give feedback.
All reactions