From e8b2aa3c2fd421f407aa4ad5979cc33ce18e0b77 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Wed, 7 Dec 2016 16:31:11 -0500 Subject: submit --- chapter/1/gRPC.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter') 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 Half-Closed (Local) - This means that no frames can be sent except for WINDOW_UPDATE, PRIORITY, and RST_STREAM. +Half-Closed (Remote) - This means that a frame is not used by the remote endpoint to send frames of data. +

1.4 Flow Control of Streams

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 WINDOW_UPDATE 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. -- cgit v1.2.3