Registry / networking / cockroachdb-cmux

cockroachdb-cmux

JSON →
library0.0.0-20170110192607-30d10be49292gogounverified

Package cmux is a library to multiplex network connections based on their payload, allowing different protocols to be served from the same listener.

go get github.com/cockroachdb/cmux
INSTALL
IMPORT
SIG · COCKROACHDB-CMUX
C
cockroachdb-cmux
networkinggov0.0.0-20170110192607-30d10be49292
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cmux
github.com/cockroachdb/cmux

Creates a cmux multiplexer on a TCP listener.

package main import ( "fmt" "net" "github.com/cockroachdb/cmux" ) func main() { l, _ := net.Listen("tcp", ":8080") m := cmux.New(l) fmt.Println("cmux listener created") _ = m }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170110192607-30d10be49292latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
cockroachdb-cmux — go get cockroachdb-cmux · libregistry