mxinden / rust-libp2p-server

MIT License
30 stars 8 forks source link

fix: skip `MultiaddrNotSupported` listen addresses #227

Closed mxinden closed 1 year ago

mxinden commented 1 year ago

Skip addresses from config that the transport (i.e. hierarchy of transports) does not support, in other words where listen_on returns MultiaddrNotSupported.

mxinden commented 1 year ago

Needed for https://github.com/protocol/bifrost-infra/issues/2622.