]> git.sesse.net Git - cubemap/blobdiff - server.h
Catch up on any lost data before serializing, so increasing the backlog will not...
[cubemap] / server.h
index 476e790dbb73b0d1f439d1663a290e0a811b113b..963aca9e36d9ca7c069871ad855bcb89a028f92a 100644 (file)
--- a/server.h
+++ b/server.h
@@ -127,6 +127,7 @@ private:
        void construct_error(Client *client, int error_code);
 
        void process_queued_data();
+       void skip_lost_data(Client *client);
 
        void add_client(int sock);
 };