24 #ifndef WPIUTIL_TCPSOCKETS_TCPCONNECTOR_H_ 25 #define WPIUTIL_TCPSOCKETS_TCPCONNECTOR_H_ 30 #include "llvm/ArrayRef.h" 31 #include "tcpsockets/NetworkStream.h" 39 static std::unique_ptr<NetworkStream> connect(
const char* server,
int port,
42 static std::unique_ptr<NetworkStream> connect_parallel(
49 #endif // WPIUTIL_TCPSOCKETS_TCPCONNECTOR_H_ Definition: TCPConnector.h:37
Definition: SocketError.cpp:17
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory)...
Definition: ArrayRef.h:32