mirror of
https://github.com/vacp2p/dst-libp2p-test-node.git
synced 2026-08-27 12:51:12 +00:00
quic closes a connection after 30s of silence and there is nothing to gossip about before the first message, so an idle cold start dropped every connection outside the mesh. Ping now covers every connection at 20s, under the timeout, and stops once messages arrive because gossip reaches each peer every few seconds by then.