17 virtual bool start(ushort port, ushort maxIncomming, ushort maxOutgoing) = 0;
19 virtual ::RakNet::SystemAddress connect(::std::string
const& host, ushort port) = 0;
25 virtual bool packetsAvailable() = 0;
27 virtual ::RakNet::Packet* nextPacket() = 0;
31 virtual ::RakNet::SystemAddress nextCompletedConnectionAttempt() = 0;
33 virtual ::RakNet::SystemAddress nextFailedConnectionAttempt() = 0;
35 virtual ::RakNet::SystemAddress nextLostConnection() = 0;