软件包: golang-github-cockroachdb-cmux-dev (0.0~git20170110.0.30d10be-1)
golang-github-cockroachdb-cmux-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-cockroachdb-cmux:
- [golang-github-cockroachdb-cmux_0.0~git20170110.0.30d10be-1.dsc]
- [golang-github-cockroachdb-cmux_0.0~git20170110.0.30d10be.orig.tar.xz]
- [golang-github-cockroachdb-cmux_0.0~git20170110.0.30d10be-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Tim Potter
外部的资源:
- 主页 [github.com]
相似软件包:
Payload-based connection multiplexer for Golang
The cmux library is a generic Go library to multiplex connections based on their payload. Using cmux you can serve gRPC, SSH, HTTPS, HTTP, Go RPC and pretty much any other payload on the same TCP listener. Lookahead is used to match and hand off connections to the appropriate server implementation.
This package is a fork of github.com/soheily/cmux.
其他与 golang-github-cockroachdb-cmux-dev 有关的软件包
|
|
|
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-google-grpc-dev
- implementation of gRPC in Go