MPD
0.20.6
|
Go to the source code of this file.
Functions | |
CommandResult | client_process_line (Client &client, char *line) |
Variables | |
static constexpr unsigned | CLIENT_MAX_SUBSCRIPTIONS = 16 |
static constexpr unsigned | CLIENT_MAX_MESSAGES = 64 |
const class Domain | client_domain |
std::chrono::steady_clock::duration | client_timeout |
size_t | client_max_command_list_size |
size_t | client_max_output_buffer_size |
CommandResult client_process_line | ( | Client & | client, |
char * | line | ||
) |
const class Domain client_domain |
size_t client_max_command_list_size |
|
static |
Definition at line 30 of file ClientInternal.hxx.
size_t client_max_output_buffer_size |
|
static |
Definition at line 29 of file ClientInternal.hxx.
std::chrono::steady_clock::duration client_timeout |