Monero
Loading...
Searching...
No Matches
net_helper.h File Reference
#include <atomic>
#include <string>
#include <boost/version.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/read.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/asio/steady_timer.hpp>
#include <boost/thread/future.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/system/error_code.hpp>
#include <boost/utility/string_ref.hpp>
#include <functional>
#include "net/net_utils_base.h"
#include "net/net_ssl.h"
#include "misc_language.h"
Include dependency graph for net_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  epee::net_utils::direct_connect
class  epee::net_utils::blocked_mode_client
struct  epee::net_utils::blocked_mode_client::handler_obj

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::net_utils

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "net"
#define MAKE_IP(a1, a2, a3, a4)

Macro Definition Documentation

◆ MAKE_IP

#define MAKE_IP ( a1,
a2,
a3,
a4 )
Value:
(a1|(a2<<8)|(a3<<16)|(a4<<24))

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "net"