-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rfc42: add credit based flow control (write direction)
Problem: rfc42 does not specify anything about channel flow control, so it is difficult to design clients and servers that operate without dropping data. Add credit based flow control to the protocol in the write direction. The client receives credit for writes to the subprocess via the exec add-credit response.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters