mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 17:51:35 +00:00
* Delay routing table update on new connections. In order to avoid adding peers to the local routing table which use a different protocol name and thus a different overlay network, only update the local routing table for newly established connections once the associated connection handler reports that the protocol has been confirmed. * Update CHANGELOG.