GRPC Core  4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Data Fields
grpc_compression_options Struct Reference

#include <compression_types.h>

Data Structures

struct  grpc_compression_options_default_algorithm
 The default channel compression algorithm. More...
 
struct  grpc_compression_options_default_level
 The default channel compression level. More...
 

Data Fields

uint32_t enabled_algorithms_bitset
 All algs are enabled by default. More...
 
struct
grpc_compression_options::grpc_compression_options_default_level 
default_level
 
struct
grpc_compression_options::grpc_compression_options_default_algorithm 
default_algorithm
 

Field Documentation

struct grpc_compression_options::grpc_compression_options_default_algorithm grpc_compression_options::default_algorithm
struct grpc_compression_options::grpc_compression_options_default_level grpc_compression_options::default_level
uint32_t grpc_compression_options::enabled_algorithms_bitset

All algs are enabled by default.

This option corresponds to the channel argument key behind GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET


The documentation for this struct was generated from the following file: