From 60ab7ef00ac0a988ee2672c636d946c964e6fa41 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 23 Jan 2017 23:00:35 -0800 Subject: Dynamically enable/disable packet coalecsing and test it --- include/grpc/grpc_cronet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3