mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-05 15:42:16 +00:00
With this commit `libp2p-kad` no longer discards the whole peer payload in case an addr is invalid, but instead logs the failure, skips the invalid multiaddr and parses the remaining payload. See https://github.com/libp2p/rust-libp2p/issues/3244 for details. Co-authored-by: Thomas Eizinger <thomas@eizinger.io>