Minetest 5.10.0-dev
 
Loading...
Searching...
No Matches
impl.h File Reference
#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< ConnectionEventcon::ConnectionEventPtr
 
typedef std::shared_ptr< ConnectionCommandcon::ConnectionCommandPtr
 
typedef std::shared_ptr< BufferedPacketcon::BufferedPacketPtr
 

Enumerations

enum  con::ConnectionEventType {
  con::CONNEVENT_NONE , con::CONNEVENT_DATA_RECEIVED , con::CONNEVENT_PEER_ADDED , con::CONNEVENT_PEER_REMOVED ,
  con::CONNEVENT_BIND_FAILED
}