diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-23 23:00:35 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-01-23 23:00:35 -0800 |
commit | 60ab7ef00ac0a988ee2672c636d946c964e6fa41 (patch) | |
tree | bd2b88a4484cd413fb1b8ea0f8d2e087fbc8dba7 /include | |
parent | b0bd22dfc7116975245c6d15fcc9485a25885845 (diff) |
Dynamically enable/disable packet coalecsing and test it
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc_cronet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/grpc_cronet.h b/include/grpc/grpc_cronet.h index 295e0f55e8..566c34a388 100644 --- a/include/grpc/grpc_cronet.h +++ b/include/grpc/grpc_cronet.h @@ -44,6 +44,8 @@ GRPCAPI grpc_channel *grpc_cronet_secure_channel_create( void *engine, const char *target, const grpc_channel_args *args, void *reserved); +GRPCAPI void grpc_cronet_use_packet_coalescing(bool use_coalescing); + #ifdef __cplusplus } #endif |