OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
socket.hpp File Reference
#include <memory>
#include <netdb.h>
#include <string>
Include dependency graph for socket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cbdc::network::socket
 Generic superclass for network sockets. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::network
 

Typedefs

using cbdc::network::ip_address = std::string
 An IP addresses.
 
using cbdc::network::port_number_t = unsigned short
 Port number.
 
using cbdc::network::endpoint_t = std::pair<ip_address, port_number_t>
 [host name, port number].