Lots of work on debugging diff xmit

This commit is contained in:
2021-11-21 13:35:39 -05:00
parent 0881e33c6f
commit b19825aaca
23 changed files with 338 additions and 99 deletions

View File

@@ -70,6 +70,7 @@
#include <deque>
#include "luastack.hpp"
#include "streambuffer.hpp"
#include "debugcollector.hpp"
class IdGlobalPool {
public:
@@ -165,7 +166,7 @@ public:
// Difference transmission
//
void diff(const IdPlayerPool &auth, StreamBuffer *sb) const;
void patch(StreamBuffer *sb);
void patch(StreamBuffer *sb, DebugCollector *dbc);
// Debug string.
std::string debug_string() const;