Android-cuttlefish cvd tool
Functions
main.cpp File Reference
#include <signal.h>
#include <android-base/logging.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"
Include dependency graph for main.cpp:

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)
 

Function Documentation

◆ DEFINE_int32() [1/2]

DEFINE_int32 ( operator_port  ,
1443  ,
"The port of the operator server to proxy"   
)

◆ DEFINE_int32() [2/2]

DEFINE_int32 ( server_port  ,
8443  ,
"The port for the proxy server"   
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ OpenConnection()

cuttlefish::SharedFD OpenConnection ( )