aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-15 16:58:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-15 16:58:59 -0700
commit5065d72e4306488088d8d5dbb513758a58c41b42 (patch)
tree64e1d689b440ee2f1b3d40640f26c519c3fe2d7c /src/core/transport
parent5c517b1f5d2a71b7a9562a5f468917b8655f861b (diff)
Update comment
Diffstat (limited to 'src/core/transport')
-rw-r--r--src/core/transport/transport.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/transport/transport.h b/src/core/transport/transport.h
index d5bec63f66..64503604ee 100644
--- a/src/core/transport/transport.h
+++ b/src/core/transport/transport.h
@@ -73,10 +73,8 @@ typedef struct grpc_transport_stream_op {
grpc_stream_op_buffer *recv_ops;
grpc_stream_state *recv_state;
/** The number of bytes this peer is currently prepared to receive.
-
- Bytes offered are used to replenish per-stream flow control windows.
- Offers are not retractable: if 5 bytes are offered and no bytes are read,
- a later offer of 3 bytes still implies that 5 have been offered. */
+ These bytes will be eventually used to replenish per-stream flow control
+ windows. */
gpr_uint32 max_recv_bytes;
grpc_iomgr_closure *on_done_recv;