Botan  2.19.1
Crypto and TLS for C++11
Namespaces | Macros
socket.cpp File Reference
#include <botan/internal/socket.h>
#include <botan/exceptn.h>
#include <botan/mem_ops.h>
#include <chrono>
#include <boost/asio.hpp>
#include <boost/asio/system_timer.hpp>

Go to the source code of this file.

Namespaces

 Botan
 

Macros

#define BOOST_ASIO_DISABLE_SERIAL_PORT
 

Macro Definition Documentation

#define BOOST_ASIO_DISABLE_SERIAL_PORT

Definition at line 19 of file socket.cpp.

Variable Documentation

boost::asio::io_service m_io

Definition at line 128 of file socket.cpp.

boost::asio::ip::tcp::socket m_tcp

Definition at line 130 of file socket.cpp.

const std::chrono::milliseconds m_timeout

Definition at line 127 of file socket.cpp.

boost::asio::system_timer m_timer