in proxy mode, log subcommands not implemented in the server

This commit is contained in:
Martin Michelsen
2022-03-18 18:49:00 -07:00
parent c40beb5227
commit 819027145c
3 changed files with 32 additions and 2 deletions
+2
View File
@@ -12,3 +12,5 @@ void check_size(uint16_t size, uint16_t min_size, uint16_t max_size = 0);
void process_subcommand(std::shared_ptr<ServerState> s,
std::shared_ptr<Lobby> l, std::shared_ptr<Client> c, uint8_t command,
uint8_t flag, const PSOSubcommand* sub, size_t count);
bool subcommand_is_implemented(uint8_t which);