whyrusleeping / go-smux-yamux

yamux implementation of go-stream-muxer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-smux-multistream - a go-stream-muxer shim for multistream

This is an implementation of the go-stream-muxer interface for multistream. For more information, see that repo.

Installation

go get -d github.com/whyrusleeping/go-smux-yamux
cd $GOPATH/src/github.com/whyrusleeping/go-smux-yamux
make deps

About

yamux implementation of go-stream-muxer

License:MIT License


Languages

Language:Go 87.0%Language:Makefile 13.0%