Searched refs:MAX_PAYLOAD_V1 (Results 1 – 4 of 4) sorted by relevance
34 constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024; variable
225 if (connection_str.length() > MAX_PAYLOAD_V1) { in send_connect()
432 if (key.size() >= MAX_PAYLOAD_V1) { in send_auth_publickey()
596 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()