More work on diff xmit, not finished yet
This commit is contained in:
@@ -181,15 +181,12 @@ public:
|
||||
|
||||
// Difference transmission
|
||||
//
|
||||
// When there are no differences, make_patch returns false but
|
||||
// still writes out a valid patch.
|
||||
//
|
||||
bool make_patch(const IdPlayerPool &auth, StreamBuffer *sb) const;
|
||||
void apply_patch(StreamBuffer *sb);
|
||||
void diff(const IdPlayerPool &auth, StreamBuffer *sb) const;
|
||||
void patch(StreamBuffer *sb);
|
||||
|
||||
// Debug string.
|
||||
std::string debug_string() const;
|
||||
|
||||
|
||||
private:
|
||||
IdGlobalPool *global_;
|
||||
int fifo_capacity_;
|
||||
|
||||
Reference in New Issue
Block a user