mirror of
https://github.com/monero-project/monero.git
synced 2026-03-12 21:23:09 -07:00
Merge pull request #8789
df9aa6b epee: remove dead code in net_helper (Jeffro256)
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
#include "common/dns_utils.h"
|
||||
#include "common/pruning.h"
|
||||
#include "net/error.h"
|
||||
#include "net/net_helper.h"
|
||||
#include "math_helper.h"
|
||||
#include "misc_log_ex.h"
|
||||
#include "p2p_protocol_defs.h"
|
||||
@@ -67,8 +66,6 @@
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "net.p2p"
|
||||
|
||||
#define NET_MAKE_IP(b1,b2,b3,b4) ((LPARAM)(((DWORD)(b1)<<24)+((DWORD)(b2)<<16)+((DWORD)(b3)<<8)+((DWORD)(b4))))
|
||||
|
||||
#define MIN_WANTED_SEED_NODES 12
|
||||
|
||||
static inline boost::asio::ip::address_v4 make_address_v4_from_v6(const boost::asio::ip::address_v6& a)
|
||||
|
||||
Reference in New Issue
Block a user