#include <memory>#include <sstream>#include "absl/flags/flag.h"#include <grpc/grpc.h>#include <grpc/support/log.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/support/channel_arguments.h>#include "src/proto/grpc/testing/empty.pb.h"#include "src/proto/grpc/testing/messages.pb.h"#include "src/proto/grpc/testing/test.grpc.pb.h"#include "test/cpp/util/create_test_channel.h"#include "test/cpp/util/test_config.h"
Go to the source code of this file.
Functions | |
| ABSL_FLAG (int32_t, max_reconnect_backoff_ms, 0, "Maximum backoff time, or 0 for default.") | |
| ABSL_FLAG (int32_t, server_control_port, 0, "Server port for control rpcs.") | |
| ABSL_FLAG (int32_t, server_retry_port, 0, "Server port for testing reconnection.") | |
| ABSL_FLAG (std::string, server_host, "localhost", "Server host to connect to") | |
| int | main (int argc, char **argv) |
Definition at line 57 of file reconnect_interop_client.cc.