mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-22 23:51:21 +00:00
* Allow override the yamux connection mode. * Add `multiplex_ext` to transport `Builder`. This method exposes the connection info and connected point to a provided function which creates the upgrade and can base the decision on `PeerId` or other connection information such as IP address. * Re-export `yamux::Mode`. Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>