Replies: 1 comment
|
Hey @fgtest1. Do you have any logs showing the automatic redial? My assumption might be that Kademlia might be doing to (since it does run bootstrap every 5 mins (I believe, would need to confirm the default time again) once a peer is added to the behaviour), but any logs you may have may help determine if that is truly the case. |
0 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.
HI,
I am trying to understand a 5minutes peer connection
context 2 peers establish connection by having P2 to dial P1, connection established
After 180sec (3 min) the communication drop following the swarm config
However, every 5 minutes there an automatic dial between the 2 peers
where P2 dial P1 again again...
There is no reason, nor traffic -the session-connection is first when P2 dial P1 and nothing more.
P1 and P2 will only communication when a file transfer will be triggered (which is working) fine.
Any default parameters timers /duration /sleep or timeout
Thanks
All reactions