From: Ian Jackson Date: Tue, 10 Aug 2021 23:33:00 +0000 (+0100) Subject: protocol docs X-Git-Tag: hippotat/1.0.0~186 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;ds=sidebyside;h=ce8a293dcf93f43a64c1d7750bd3aac1be1c81f4;p=hippotat.git protocol docs Signed-off-by: Ian Jackson --- 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``]