Go to the source code of this file.
Macros | |
#define | ONE_SETTING_HDR "\x00\x00\x06\x04\x00\x00\x00\x00\x00" |
#define | PFX_STR "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" |
Functions | |
int | main (int argc, char **argv) |
static void | verifier (grpc_server *server, grpc_completion_queue *cq, void *) |
#define ONE_SETTING_HDR "\x00\x00\x06\x04\x00\x00\x00\x00\x00" |
Definition at line 23 of file initial_settings_frame.cc.
#define PFX_STR "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" |
Definition at line 22 of file initial_settings_frame.cc.
Definition at line 34 of file initial_settings_frame.cc.
|
static |
Definition at line 25 of file initial_settings_frame.cc.