-
Notifications
You must be signed in to change notification settings - Fork 498
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/wizardExtensive knowledge (implications, ramifications) requiredExtensive knowledge (implications, ramifications) requiredstatus/readyReady to be workedReady to be worked
Description
With https://github.com/libp2p/js-libp2p/pull/166/files, the libp2p constructor will be fully refactored and with it comes the option to pass a Protocol Muxing sequence.
My proposal is on communicate this is on https://github.com/libp2p/js-libp2p/pull/166/files#r193032278, however, I'm not married to that solution just yet. Example below:
protocolMuxing: { // Protocol muxing sequence. libp2p uses sane defaults (below). You can override these with:
transport: {
secio: {
spdy: '*', // '*' means, from this point forward, accept any protocol
mplex: '*'
}
}
}
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/wizardExtensive knowledge (implications, ramifications) requiredExtensive knowledge (implications, ramifications) requiredstatus/readyReady to be workedReady to be worked