|
GRPC Core
9.0.0
|
#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) |
| 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 | ) |