Go-ipfs: multistream into stream-muxer

Created on 9 Feb 2016  路  3Comments  路  Source: ipfs/go-ipfs

@whyrusleeping just want to confirm, does yamux/spdy get multistreamed into on the current implementation? Is go-ipfs ready to support both yamux and spdy at the same time? Let's go together through some of these network details before shipping 0.4.0 and make sure we don't miss any

kinquestion

Most helpful comment

yes, you need to multistream into bitswap or the dht or any other protocol

All 3 comments

yes indeed, yamux and spdy are both supported in 0.4.0

sweet! Didn't know that spdy was already built in by default in the codebase.

What about other protocols, for example, if I want to send a bitswap message, does it expect for a stream to be opened and multistreamed into bitswap?

yes, you need to multistream into bitswap or the dht or any other protocol

Was this page helpful?
0 / 5 - 0 ratings

Related issues

magik6k picture magik6k  路  3Comments

0x6431346e picture 0x6431346e  路  3Comments

kallisti5 picture kallisti5  路  3Comments

slrslr picture slrslr  路  3Comments

zignig picture zignig  路  3Comments