Android-cuttlefish cvd tool
|
#include <memory>
#include <string>
#include <android-base/macros.h>
#include "socket.h"
#include "transport.h"
Go to the source code of this file.
Namespaces | |
namespace | tcp |
namespace | tcp::internal |
Functions | |
std::unique_ptr< Transport > | tcp::Connect (const std::string &hostname, int port, std::string *error) |
std::unique_ptr< Transport > | tcp::internal::Connect (std::unique_ptr< Socket > sock, std::string *error) |
Variables | |
constexpr int | tcp::kDefaultPort = 5554 |