lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Deprecate mplex

Open AgeManning opened this issue 1 year ago • 0 comments

Mplex is deprecated and is becoming a liability.

We currently support two better alternatives, yamux (for TCP) and QUIC (which has its own multiplexer) over UDP.

The issue is that other clients may still depend solely on mplex. This PR should not be merged until it has been brought to the attention of all the client teams.

Relevant spec change: https://github.com/ethereum/consensus-specs/pull/3866

AgeManning avatar Aug 05 '24 02:08 AgeManning