|
Monero
|
the connection templated-class for one peer connection More...
#include <string>#include <vector>#include <boost/noncopyable.hpp>#include <boost/shared_ptr.hpp>#include <atomic>#include <cassert>#include <map>#include <memory>#include <condition_variable>#include <boost/asio.hpp>#include <boost/asio/post.hpp>#include <boost/asio/ssl.hpp>#include <boost/asio/strand.hpp>#include <boost/asio/steady_timer.hpp>#include <boost/array.hpp>#include <boost/enable_shared_from_this.hpp>#include <boost/thread/thread.hpp>#include <boost/optional.hpp>#include "byte_slice.h"#include "net_utils_base.h"#include "syncobj.h"#include "connection_basic.hpp"#include "network_throttle-detail.hpp"#include "abstract_tcp_server2.inl"

Go to the source code of this file.
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 | ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 1000 |
| #define | ABSTRACT_SERVER_SEND_QUE_MAX_BYTES_DEFAULT 100 * 1024 * 1024 |
the connection templated-class for one peer connection
| #define ABSTRACT_SERVER_SEND_QUE_MAX_BYTES_DEFAULT 100 * 1024 * 1024 |
| #define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 1000 |
| #define MONERO_DEFAULT_LOG_CATEGORY "net" |