diff options
| author | Paul Grosu <pgrosu@gmail.com> | 2016-12-07 16:31:11 -0500 |
|---|---|---|
| committer | Paul Grosu <pgrosu@gmail.com> | 2016-12-07 16:31:11 -0500 |
| commit | e8b2aa3c2fd421f407aa4ad5979cc33ce18e0b77 (patch) | |
| tree | 35157fcf89c400a8ff7737d6fe733bc352198a9c /chapter/1 | |
| parent | e25b8418bcd2297d0ecc6a350e9d4c11219c6c5c (diff) | |
submit
Diffstat (limited to 'chapter/1')
| -rw-r--r-- | chapter/1/gRPC.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index e61e432..d645046 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -73,6 +73,8 @@ To better understand this diagram, it is important to define some of the terms i <em>Half-Closed (Local)</em> - This means that no frames can be sent except for <em>WINDOW_UPDATE</em>, <em>PRIORITY</em>, and <em>RST_STREAM</em>. +<em>Half-Closed (Remote)</em> - This means that a frame is not used by the remote endpoint to send frames of data. + <h3>1.4 <em>Flow Control of Streams</em></h3> Since many streams will compete for the bandwidth of a connection, in order to prevent bottlenecks and collisions in the transmission. This is done via the <em>WINDOW_UPDATE</em> payload for every stream - and the overall connection as well - to let the sender know how much room the receiving endpoint has for processing new data. |
