From ce8a293dcf93f43a64c1d7750bd3aac1be1c81f4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 Aug 2021 00:33:00 +0100 Subject: [PATCH] protocol docs Signed-off-by: Ian Jackson --- PROTOCOL | 4 ++-- docs/settings.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PROTOCOL b/PROTOCOL index cb31035..4c813b9 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -22,8 +22,8 @@ Client form parameters (multipart/form-data): token target_requests_outstanding http_timeout - max_batch_down - max_batch_up + max_batch_down } not supplied + max_batch_up } by older clients d data (SLIP format, with SLIP_ESC and `-' swapped) diff --git a/docs/settings.rst b/docs/settings.rst index 6bf1712..f900673 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -65,8 +65,8 @@ value is obtained, it is (silently) reduced to the limit value. ``max_batch_down`` Size limit for response payloads. - On client, incoming response bodies are limited to this plus - a fixed constant metadata overhead of 10000 bytes. + On client, incoming response bodies are limited to this (plus + a fixed constant metadata overhead). Server uses minimum of client's and server's configured values (old servers just use server's value). @@ -77,7 +77,7 @@ value is obtained, it is (silently) reduced to the limit value. with ``LIMIT`` applied. On server, only ``LIMIT`` is relevant, and must be at least the - client's configured value (checked). xxx put in metadata + client's configured value (checked). [``4000`` (bytes); ``LIMIT``: ``262144``] -- 2.30.2