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