GRPC C++  1.39.1
Functions
chttp2_plugin.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/gprpp/global_config.h"
#include "src/core/lib/transport/metadata.h"

Functions

 GPR_GLOBAL_CONFIG_DEFINE_BOOL (grpc_experimental_disable_flow_control, false, "If set, flow control will be effectively disabled. Max out all values and " "assume the remote peer does the same. Thus we can ignore any flow control " "bookkeeping, error checking, and decision making")
 
void grpc_chttp2_plugin_init (void)
 
void grpc_chttp2_plugin_shutdown (void)
 

Function Documentation

◆ GPR_GLOBAL_CONFIG_DEFINE_BOOL()

GPR_GLOBAL_CONFIG_DEFINE_BOOL ( grpc_experimental_disable_flow_control  ,
false  ,
"If  set,
flow control will be effectively disabled. Max out all values and " "assume the remote peer does the same. Thus we can ignore any flow control " "  bookkeeping,
error  checking,
and decision making"   
)

◆ grpc_chttp2_plugin_init()

void grpc_chttp2_plugin_init ( void  )

◆ grpc_chttp2_plugin_shutdown()

void grpc_chttp2_plugin_shutdown ( void  )