xapian-core  2.0.0
Namespaces | Functions
tcpclient.h File Reference

Open a TCP connection to a server. More...

#include <string>
#include <string_view>
+ Include dependency graph for tcpclient.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TcpClient
 

Functions

int TcpClient::open_socket (std::string_view hostname, int port, double timeout_connect, bool tcp_nodelay, const std::string &context)
 Attempt to open a TCP/IP socket connection to a server. More...
 

Detailed Description

Open a TCP connection to a server.

Definition in file tcpclient.h.