Client can now connect to servers interactively

This commit is contained in:
2024-02-22 17:30:24 -05:00
parent e68d63915d
commit 7f7bd5a781
8 changed files with 129 additions and 29 deletions

View File

@@ -104,6 +104,8 @@ public:
int last_line() const;
// Get the current first unchecked line.
// "Unchecked" lines are lines in a non-authoritative model
// that haven't been verified through difference transmission.
// Guaranteed to be between first_line and last_line inclusive.
int first_unchecked() const;