aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-04-20 07:58:15 -0700
committerGravatar GitHub <noreply@github.com>2017-04-20 07:58:15 -0700
commit84a920d048ce590e69aa98fd69828f13cd32691c (patch)
tree7352e0077eebfc45935f9630378136310f3e0b4a /src/core/ext/transport
parentb8f1483432637e9029daccd9c25c802d90e2cc05 (diff)
parent2b0cb771b046d5ef285be2ed4427aa794c829c6c (diff)
Merge pull request #10450 from vjpai/framer
Frame sizing by BDP
Diffstat (limited to 'src/core/ext/transport')
-rw-r--r--src/core/ext/transport/chttp2/transport/chttp2_transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.c b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
index 5c5175f566..a4cee39104 100644
--- a/src/core/ext/transport/chttp2/transport/chttp2_transport.c
+++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
@@ -2150,6 +2150,7 @@ static void update_bdp(grpc_exec_ctx *exec_ctx, grpc_chttp2_transport *t,
(int)bdp);
}
push_setting(exec_ctx, t, GRPC_CHTTP2_SETTINGS_INITIAL_WINDOW_SIZE, bdp);
+ push_setting(exec_ctx, t, GRPC_CHTTP2_SETTINGS_MAX_FRAME_SIZE, bdp);
}
static grpc_error *try_http_parsing(grpc_exec_ctx *exec_ctx,