gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0004] branch master updated: update and add ci


From: gnunet
Subject: [lsd0004] branch master updated: update and add ci
Date: Sat, 22 May 2021 23:27:40 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0004.

The following commit(s) were added to refs/heads/master by this push:
     new 71dfd01  update and add ci
71dfd01 is described below

commit 71dfd01f59efb0c02cc51a144a93baae9e40bd6b
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sat May 22 23:25:11 2021 +0200

    update and add ci
---
 .buildbot/build.sh                         |  3 ++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++
 draft-schanzen-r5n.xml                     | 81 ++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+)

diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 0000000..2aad486
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..f05cb0a
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Deploy lsd from buildbot
+
+if [ -e index.html ]; then
+  rm index.html
+fi
+ln -s draft-schanzen-r5n.html index.html
+chmod -R ag+rX draft-schanzen-r5n.* index.html .
+rsync --exclude=".*" --exclude="Makefile" -a --delete ./ 
lsd@firefly.gnunet.org:~/public/lsd0004/
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index d8ee82d..ccdab6c 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -112,12 +112,93 @@
      <name>Peer-to-peer messages</name>
      <section anchor="p2p_put" numbered="true" toc="default">
        <name>PUT message</name>
+     <figure anchor="figure_putmsg">
+       <artwork name="" type="" align="left" alt=""><![CDATA[
+0     8     16    24    32    40    48    56
++-----+-----+-----+-----+-----+-----+-----+-----+
+|  MSIZE    |   MTYPE   |       OPTIONS         |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|       BTYPE           |       HOPCOUNT        |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|    REPLICATIONLVL     |       PATH_LEN        |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|     EXPIRATION        |     BLOOMFILTER       /
++-----+-----+-----+-----+                       /
+/                 (128 byte)                    /
+/                       +-----+-----+-----+-----+
+/                       |       KEY             /
++-----+-----+-----+-----+                       /
+/                 (64 byte)                     /
+/                       +-----+-----+-----+-----+
+/                       |   PUTPATH             /
++-----+-----+-----+-----+                       /
+/                 (variable length)             /
++-----+-----+-----+-----+-----+-----+-----+-----+
+/              PAYLOAD (variable length)        /
++-----+-----+-----+-----+-----+-----+-----+-----+
+         ]]></artwork>
+     </figure>
+
      </section>
      <section anchor="p2p_get" numbered="true" toc="default">
        <name>GET message</name>
+     <figure anchor="figure_getmsg">
+       <artwork name="" type="" align="left" alt=""><![CDATA[
+0     8     16    24    32    40    48    56
++-----+-----+-----+-----+-----+-----+-----+-----+
+|  MSIZE    |   MTYPE   |       OPTIONS         |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|       BTYPE           |       HOPCOUNT        |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|    REPLICATIONLVL     |       XQUERY_SIZE     |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|     BF_MUTATOR        |     BLOOMFILTER       /
++-----+-----+-----+-----+                       /
+/                 (128 byte)                    /
+/                       +-----+-----+-----+-----+
+/                       |       KEY             /
++-----+-----+-----+-----+                       /
+/                 (64 byte)                     /
+/                       +-----+-----+-----+-----+
+/                       |   XQUERY              /
++-----+-----+-----+-----+                       /
+/                 (variable length)             /
++-----+-----+-----+-----+-----+-----+-----+-----+
+/              BF_RESULT (variable length)      /
++-----+-----+-----+-----+-----+-----+-----+-----+
+         ]]></artwork>
+     </figure>
+
+
      </section>
      <section anchor="p2p_result" numbered="true" toc="default">
        <name>RESULT message</name>
+     <figure anchor="figure_resmsg">
+       <artwork name="" type="" align="left" alt=""><![CDATA[
+0     8     16    24    32    40    48    56
++-----+-----+-----+-----+-----+-----+-----+-----+
+|  MSIZE    |   MTYPE   |       OPTIONS         |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|       BTYPE           |     PUT_PATH_LEN      |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|    GET_PATH_LEN       |       EXPIRATION      |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|                      KEY                      /
+/                 (64 byte)                     |
++-----+-----+-----+-----+-----+-----+-----+-----+
+/                    PUTPATH                    /
+/                 (variable length)             /
++-----+-----+-----+-----+-----+-----+-----+-----+
+/                    GETPATH                    /
+/                 (variable length)             /
++-----+-----+-----+-----+-----+-----+-----+-----+
+/                   PAYLOAD                     /
+/              (variable length)                /
++-----+-----+-----+-----+-----+-----+-----+-----+
+         ]]></artwork>
+     </figure>
+
+
      </section>
    </section>
    <section anchor="security" numbered="true" toc="default">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]