expand proxy options, catch invalid commands from server

This commit is contained in:
Martin Michelsen
2022-09-29 23:47:44 -07:00
parent 95220bfbdc
commit 96caa94d1e
4 changed files with 445 additions and 1713 deletions
+2
View File
@@ -147,6 +147,8 @@ public:
static void on_error(Channel& ch, short events);
void on_timeout();
void clear_lobby_players(size_t num_slots);
void send_to_game_server(const char* error_message = nullptr);
void disconnect();