Android-cuttlefish cvd tool
Namespaces | Functions | Variables
tcp.h File Reference
#include <memory>
#include <string>
#include <android-base/macros.h>
#include "socket.h"
#include "transport.h"
Include dependency graph for tcp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tcp
 
namespace  tcp::internal
 

Functions

std::unique_ptr< Transporttcp::Connect (const std::string &hostname, int port, std::string *error)
 
std::unique_ptr< Transporttcp::internal::Connect (std::unique_ptr< Socket > sock, std::string *error)
 

Variables

constexpr int tcp::kDefaultPort = 5554