Electroneum
cryptonote_protocol_handler.h File Reference

This is the orginal cryptonote protocol network-events handler, modified by us. More...

#include <boost/program_options/variables_map.hpp>
#include <string>
#include "math_helper.h"
#include "storages/levin_abstract_invoke2.h"
#include "warnings.h"
#include "cryptonote_protocol_defs.h"
#include "cryptonote_protocol_handler_common.h"
#include "block_queue.h"
#include "common/perf_timer.h"
#include "cryptonote_basic/connection_context.h"
#include "cryptonote_basic/cryptonote_stat_info.h"
#include <boost/circular_buffer.hpp>
Include dependency graph for cryptonote_protocol_handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cryptonote::cryptonote_protocol_handler_base
 
class  cryptonote::t_cryptonote_protocol_handler< t_core >
 

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 

Macros

#define LOCALHOST_INT   2130706433
 
#define CURRENCY_PROTOCOL_MAX_OBJECT_REQUEST_COUNT   500
 

Detailed Description

This is the orginal cryptonote protocol network-events handler, modified by us.

Author
rfree (current maintainer/user in electroneum.cc project - most of code is from CryptoNote)

Definition in file cryptonote_protocol_handler.h.

Macro Definition Documentation

◆ CURRENCY_PROTOCOL_MAX_OBJECT_REQUEST_COUNT

#define CURRENCY_PROTOCOL_MAX_OBJECT_REQUEST_COUNT   500

Definition at line 56 of file cryptonote_protocol_handler.h.

◆ LOCALHOST_INT

#define LOCALHOST_INT   2130706433

Definition at line 55 of file cryptonote_protocol_handler.h.