doc: add example of option "compression" in command "handshake" (relay protocol)

This commit is contained in:
Sébastien Helleu 2020-04-17 21:04:54 +02:00
parent 4f2b2700bc
commit a5770a224a
3 changed files with 9 additions and 0 deletions

View File

@ -176,6 +176,9 @@ handshake password=plain
# only plain, sha256 and pbkdf2+sha256 are supported by the client
handshake password=plain:sha256:pbkdf2+sha256
# only sha256 and sha512 are supported by the client, disable compression
handshake password=sha256:sha512,compression=off
----
Example of response:

View File

@ -191,6 +191,9 @@ handshake password=plain
# seulement plain, sha256 et pbkdf2+sha256 sont supportés par le client
handshake password=plain:sha256:pbkdf2+sha256
# seulement sha256 et sha512 sont supportés par le client, désactiver la compression
handshake password=sha256:sha512,compression=off
----
Exemple de réponse :

View File

@ -185,6 +185,9 @@ handshake password=plain
# only plain, sha256 and pbkdf2+sha256 are supported by the client
handshake password=plain:sha256:pbkdf2+sha256
# only sha256 and sha512 are supported by the client, disable compression
handshake password=sha256:sha512,compression=off
----
Example of response: