Added packet stats

This commit is contained in:
KimLS
2019-03-11 15:24:32 -07:00
parent 675a67b676
commit 67b228a91c
6 changed files with 70 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
virtual EQStreamState GetState();
virtual void SetOpcodeManager(OpcodeManager **opm);
virtual std::shared_ptr<EQ::Net::DaybreakConnection> GetRawConnection() const;
virtual Stats GetStats() const;
protected:
std::shared_ptr<EQStreamInterface> const m_stream; //we own this stream object.