#include "network/connection.h"
#include "network/socket.h"
#include "constants.h"
#include "util/pointer.h"
#include "util/container.h"
#include "util/numeric.h"
#include "porting.h"
#include "network/networkprotocol.h"
#include <iostream>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | con::PeerHelper |
struct | con::ConnectionEvent |
class | con::Peer |
struct | con::Peer::rttstats |
class | con::Connection |
Namespaces | |
namespace | con |
Typedefs | |
typedef std::shared_ptr< ConnectionEvent > | con::ConnectionEventPtr |
typedef std::shared_ptr< ConnectionCommand > | con::ConnectionCommandPtr |
typedef std::shared_ptr< BufferedPacket > | con::BufferedPacketPtr |
Enumerations | |
enum | con::ConnectionEventType { con::CONNEVENT_NONE , con::CONNEVENT_DATA_RECEIVED , con::CONNEVENT_PEER_ADDED , con::CONNEVENT_PEER_REMOVED , con::CONNEVENT_BIND_FAILED } |