|
Android-cuttlefish cvd tool
|
#include <signal.h>#include "absl/log/check.h"#include "absl/log/log.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/socket2socket_proxy.h"#include "cuttlefish/host/libs/config/logging.h"
Functions | |
| DEFINE_int32 (server_port, 8443, "The port for the proxy server") | |
| DEFINE_int32 (operator_port, 1443, "The port of the operator server to proxy") | |
| cuttlefish::SharedFD | OpenConnection () |
| int | main (int argc, char **argv) |
| DEFINE_int32 | ( | operator_port | , |
| 1443 | , | ||
| "The port of the operator server to proxy" | |||
| ) |
| DEFINE_int32 | ( | server_port | , |
| 8443 | , | ||
| "The port for the proxy server" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| cuttlefish::SharedFD OpenConnection | ( | ) |