Skip to content

Commit

Permalink
disable mplex stream muxer
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Nov 25, 2021
1 parent ab55a6f commit 12dc3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var LibP2P = Options(
// Host settings
Override(DefaultTransportsKey, lp2p.DefaultTransports),
Override(AddrsFactoryKey, lp2p.AddrsFactory(nil, nil)),
Override(SmuxTransportKey, lp2p.SmuxTransport(true)),
Override(SmuxTransportKey, lp2p.SmuxTransport(false)),
Override(RelayKey, lp2p.NoRelay()),
Override(SecurityKey, lp2p.Security(true, false)),

Expand Down

0 comments on commit 12dc3ba

Please sign in to comment.