From 8b610aa95bf8f7185c28cbe96c7485ec1af2383c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 4 Oct 2017 00:11:56 +0200 Subject: [PATCH] add mention of nonce to the help page --- pages/help/cmd_d2d.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/help/cmd_d2d.php b/pages/help/cmd_d2d.php index d6c6955..65c918a 100644 --- a/pages/help/cmd_d2d.php +++ b/pages/help/cmd_d2d.php @@ -57,6 +57,8 @@
  • `H` - get response headers
  • `B` - get response body
  • `X` - ignore the response, return nothing +
  • `N=nonce` - a custom string that will be added in the options field of the response message. + Use this to keep track of which request a response belongs to.
  • `T=ms` - request timeout (default 5000~ms), in milliseconds
  • `L=bytes` - limit response length (default 0 = don't limit). Applies to the head, body, or both combined, depending on the `H` and `B` flags
  • `l=bytes` - limit the response buffer size (default 5000~B). @@ -75,7 +77,7 @@