#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>
Include dependency graph for impl.h:
This graph shows which files directly or indirectly include this file: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 } |