This website requires JavaScript.
Explore
Help
Sign In
Elara6331
/
drpc
Watch
1
Star
0
Fork
0
You've already forked drpc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
30
KiB
Go
100%
9944612ff5
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Elara Musayelyan
9944612ff5
Make Close() idempotent and close connection if session fails to close
2023-01-04 14:08:18 -08:00
muxconn
Make Close() idempotent and close connection if session fails to close
2023-01-04 14:08:18 -08:00
muxserver
Initial Commit
2023-01-03 12:56:09 -08:00
go.mod
Initial Commit
2023-01-03 12:56:09 -08:00
go.sum
Initial Commit
2023-01-03 12:56:09 -08:00
LICENSE
Add license
2023-01-03 12:57:49 -08:00
README.md
Add README
2023-01-03 13:10:06 -08:00
README.md
drpc
This repo contains utilities for the
DRPC
framework.
Currently, it contains the following utilities:
muxconn
: Drop-in replacement for drpcconn with stream multiplexing support via yamux.
muxserver
: Drop-in replacement for drpcserver with stream multiplexing support via yamux.