status-go/vendor/github.com/libp2p/go-libp2p-mplex
Richard Ramos d0ca4447c6
test: bump go-libp2p
2024-01-18 14:28:06 +00:00
..
.gitignore test: bump go-libp2p 2024-01-18 14:28:06 +00:00
LICENSE test: bump go-libp2p 2024-01-18 14:28:06 +00:00
README.md test: bump go-libp2p 2024-01-18 14:28:06 +00:00
conn.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
stream.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
transport.go test: bump go-libp2p 2024-01-18 14:28:06 +00:00
version.json test: bump go-libp2p 2024-01-18 14:28:06 +00:00

README.md

DEPRECATION NOTICE

mplex has been deprecated.

see https://github.com/libp2p/specs/issues/553 for details

go-libp2p-mplex - a go-stream-muxer shim for multiplex

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