From: Sergey Matveev Date: Mon, 5 Jul 2021 19:10:41 +0000 (+0300) Subject: Fix exec packet scheme X-Git-Tag: v7.1.1^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7bffefc03970a7845f862ce218c369f3796dda45;p=nncp.git Fix exec packet scheme --- diff --git a/doc/pkt/plain.texi b/doc/pkt/plain.texi index 954b893..211bdd2 100644 --- a/doc/pkt/plain.texi +++ b/doc/pkt/plain.texi @@ -98,24 +98,24 @@ So plain packets can hold following paths and payloads: @item exec @example - +----------------------- PATH -------------------------+ +---- PAYLOAD ---+ - / \ / \ -+----------------------------------------------------------+---------------...--+ -| HANDLE | ARG0 0x00 ARG1 ...| 0x00 ... variable ... 0x00 | ZSTD DATA | -+----------------------------------------------------------+---------------...--+ - \ / - +-------- PATHLEN --------+ + +------------------------- PATH ----------------------------+ +---- PAYLOAD ---+ + / \ / \ ++---------------------------------------------------------------+---------------...--+ +| HANDLE 0x00 | ARG0 0x00 ARG1 ...| 0x00 ... variable ... 0x00 | ZSTD DATA | ++---------------------------------------------------------------+---------------...--+ + \ / + +-------- PATHLEN -------------+ @end example @item exec-fat @example - +----------------------- PATH -------------------------+ +---- PAYLOAD ---+ - / \ / \ -+----------------------------------------------------------+---------------...--+ -| HANDLE | ARG0 0x00 ARG1 ...| 0x00 ... variable ... 0x00 | DATA | -+----------------------------------------------------------+---------------...--+ - \ / - +-------- PATHLEN --------+ + +------------------------- PATH ----------------------------+ +---- PAYLOAD ---+ + / \ / \ ++---------------------------------------------------------------+---------------...--+ +| HANDLE 0x00 | ARG0 0x00 ARG1 ...| 0x00 ... variable ... 0x00 | DATA | ++---------------------------------------------------------------+---------------...--+ + \ / + +-------- PATHLEN -------------+ @end example @item trns