lighthouse/beacon_node/lighthouse_network
Pawan Dhananjay ea43b6a53c Revive mplex (#4619)
## Issue Addressed

N/A

## Proposed Changes

In #4431 , we seem to have removed support for mplex as it is being deprecated in libp2p. See https://github.com/libp2p/specs/issues/553 . Related rust-libp2p PR https://github.com/libp2p/rust-libp2p/pull/3920
However, since this isn't part of the official [consensus specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md#multiplexing), we still need to support mplex. 

> Clients MUST support [mplex](https://github.com/libp2p/specs/tree/master/mplex) and MAY support [yamux](https://github.com/hashicorp/yamux/blob/master/spec.md).

This PR adds back mplex support as before.
2023-08-24 05:54:37 +00:00
..
src Revive mplex (#4619) 2023-08-24 05:54:37 +00:00
tests Shift networking configuration (#4426) 2023-08-03 01:51:47 +00:00
Cargo.toml Revive mplex (#4619) 2023-08-24 05:54:37 +00:00