#include <sstream>
#include "absl/flags/flag.h"
#include <grpc/support/log.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/server_builder.h>
#include "test/core/tsi/alts/fake_handshaker/fake_handshaker_server.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
Functions | |
ABSL_FLAG (int32_t, handshaker_port, 55056, "TCP port on which the fake handshaker server listens to.") | |
int | main (int argc, char **argv) |
static void | RunFakeHandshakerServer (const std::string &server_address) |
ABSL_FLAG | ( | int32_t | , |
handshaker_port | , | ||
55056 | , | ||
"TCP port on which the fake handshaker server listens to." | |||
) |
Definition at line 46 of file fake_handshaker_server_main.cc.
|
static |
Definition at line 33 of file fake_handshaker_server_main.cc.