Registry / networking / soheilhy-cmux

soheilhy-cmux

JSON →
library0.1.5gogounverified

Package cmux is a library to multiplex network connections based on their payload.

go get github.com/soheilhy/cmux
INSTALL
IMPORT
SIG · SOHEILHY-CMUX
S
soheilhy-cmux
networkinggov0.1.5
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/soheilhy/cmux

Creates a new cmux multiplexer on a TCP listener.

package main import ( "fmt" "net" "github.com/soheilhy/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.1.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
soheilhy-cmux — go get soheilhy-cmux · libregistry