Update comment on GRPC_ARG_TSI_MAX_FRAME_SIZE (#31114)

pull/31153/head
Ashitha Santhosh 2 years ago committed by GitHub
parent fc736183d8
commit 2bdec04852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      include/grpc/impl/codegen/grpc_types.h

@ -282,11 +282,7 @@ typedef struct {
#define GRPC_SSL_SESSION_CACHE_ARG "grpc.ssl_session_cache"
/** If non-zero, it will determine the maximum frame size used by TSI's frame
* protector.
*
* NOTE: Be aware that using a large "max_frame_size" is memory inefficient
* for non-zerocopy protectors. Also, increasing this value above 1MiB
* can break old binaries that don't support larger than 1MiB frame
* size. */
*/
#define GRPC_ARG_TSI_MAX_FRAME_SIZE "grpc.tsi.max_frame_size"
/** Maximum metadata size, in bytes. Note this limit applies to the max sum of
all metadata key-value entries in a batch of headers. */

Loading…
Cancel
Save