https://github.com/libp2p/rust-yamux
Multiplexer over reliable, ordered connections.
https://github.com/libp2p/rust-yamux
Last synced: 4 months ago
JSON representation
Multiplexer over reliable, ordered connections.
- Host: GitHub
- URL: https://github.com/libp2p/rust-yamux
- Owner: libp2p
- License: apache-2.0
- Created: 2018-06-14T11:51:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T10:44:00.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:39:02.762Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 609 KB
- Stars: 198
- Watchers: 17
- Forks: 47
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Yamux
A stream multiplexer over reliable, ordered connections such as TCP/IP.
Implements https://github.com/hashicorp/yamux/blob/master/spec.md
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.