#include <limits.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>
#include "src/core/lib/gpr/useful.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Macros | |
#define | MAX_CONNECTION_AGE_MS 9999 |
#define | MAX_CONNECTION_IDLE_MS 500 |
Functions | |
static void | drain_cq (grpc_completion_queue *cq) |
void | max_connection_idle (grpc_end2end_test_config config) |
void | max_connection_idle_pre_init (void) |
static void | simple_request_body (grpc_end2end_test_config, grpc_end2end_test_fixture *f) |
static void * | tag (intptr_t t) |
static void | test_max_connection_idle (grpc_end2end_test_config config) |
#define MAX_CONNECTION_AGE_MS 9999 |
Definition at line 32 of file max_connection_idle.cc.
#define MAX_CONNECTION_IDLE_MS 500 |
Definition at line 31 of file max_connection_idle.cc.
|
static |
Definition at line 36 of file max_connection_idle.cc.
void max_connection_idle | ( | grpc_end2end_test_config | config | ) |
Definition at line 233 of file max_connection_idle.cc.
void max_connection_idle_pre_init | ( | void | ) |
Definition at line 237 of file max_connection_idle.cc.
|
static |
Definition at line 44 of file max_connection_idle.cc.
|
static |
Definition at line 34 of file max_connection_idle.cc.
|
static |
Definition at line 166 of file max_connection_idle.cc.