(svn r21361) -Change: make sure the client is listening, or rather receiving, our frames

This commit is contained in:
rubidium
2010-11-30 14:18:20 +00:00
parent 21cf75951c
commit 31c8ab0ed8
5 changed files with 41 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ public:
};
byte lag_test; ///< Byte used for lag-testing the client
byte last_token; ///< The last random token we did send to verify the client is listening
uint32 last_token_frame; ///< The last frame we received the right token
ClientStatus status; ///< Status of this client
CommandQueue outgoing_queue; ///< The command-queue awaiting delivery