X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/ca732796fd94e7bc50750c11377da63880e4beff..1e43fae07664c81c74a3df3388e4490c2fdcf9e1:/PROTOCOL diff --git a/PROTOCOL b/PROTOCOL index c1ef03b..ae64db8 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -17,4 +17,17 @@ Client form parameters (multipart/form-data): client ip address (textual) password target_requests_outstanding - d data (SLIP format) + http_timeout + d data (SLIP format, with SLIP_ESC and `-' swapped) + + + +Future nonce-based authentication: + +server keeps big nonce counter for each client +meaning is: + nonce counter is most recent nonce client has sent +also server keeps bitmap of the previous ?64 nonces, + whether client has sent them + +client picks.... xxx