Skip to content

Add experimental Yamux support #6008

Closed
Closed
@zah

Description

@zah

The latest LibP2P now includes Yamux support. It can be enabled by using the following code when constructing the switch:

  .withYamux(inTimeout, outTimeout)
  .withMplex(inTimeout, outTimeout)

The muxer that gets added first is treated as first choice, the second is a fallback.

We should add a hidden command line option for enabling Yamux and then we should deploy it on a subset of our testnet fleet hosts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions