Botan  2.19.1
Crypto and TLS for C++11
Namespaces | Macros
socket_udp.cpp File Reference
#include <botan/internal/socket_udp.h>
#include <botan/internal/uri.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 21 of file socket_udp.cpp.

Variable Documentation

boost::asio::io_service m_io

Definition at line 134 of file socket_udp.cpp.

const std::chrono::microseconds m_timeout

Definition at line 133 of file socket_udp.cpp.

boost::asio::system_timer m_timer

Definition at line 135 of file socket_udp.cpp.

boost::asio::ip::udp::socket m_udp

Definition at line 136 of file socket_udp.cpp.