From e90b2866b4a856d921cb6c676163ca4b75e1f9cd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 29 Sep 2022 23:20:49 +0200 Subject: [PATCH] Updated readme and documentation --- README.md | 2 +- docs/source/understanding.rst | 4 ++-- docs/source/whatis.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc20922..1197e21 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For more info, see [unsigned.io/projects/reticulum](https://unsigned.io/projects - The API is very easy to use, and provides transfer progress - Lightweight, flexible and expandable Request/Response mechanism - Efficient link establishment - - Total bandwidth cost of setting up an encrypted link is 3 packets totaling 265 bytes + - Total bandwidth cost of setting up an encrypted link is 3 packets totaling 297 bytes - Low cost of keeping links open at only 0.44 bits per second ## Examples of Reticulum Applications diff --git a/docs/source/understanding.rst b/docs/source/understanding.rst index 50c0081..696ee0b 100644 --- a/docs/source/understanding.rst +++ b/docs/source/understanding.rst @@ -498,7 +498,7 @@ calculated from the link request packet, into the memory of forwarding nodes, which means that the communicating nodes can thereafter reach each other simply by referring to this *link id*. -The combined bandwidth cost of setting up a link is 3 packets totalling 265 bytes (more info in the +The combined bandwidth cost of setting up a link is 3 packets totalling 297 bytes (more info in the :ref:`Binary Packet Format` section). The amount of bandwidth used on keeping a link open is practically negligible, at 0.45 bits per second. Even on a slow 1200 bits per second packet radio channel, 100 concurrent links will still leave 96% channel capacity for actual data. @@ -803,7 +803,7 @@ Wire Format - Path Request : 51 bytes - Announce : 157 bytes - Link Request : 83 bytes - - Link Proof : 83 bytes + - Link Proof : 115 bytes - Link RTT packet : 99 bytes - Link keepalive : 20 bytes diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst index 7941ba1..c319866 100644 --- a/docs/source/whatis.rst +++ b/docs/source/whatis.rst @@ -61,7 +61,7 @@ What does Reticulum Offer? * Efficient link establishment - * Total bandwidth cost of setting up a link is only 3 packets, totalling 265 bytes + * Total bandwidth cost of setting up a link is only 3 packets, totalling 297 bytes * Low cost of keeping links open at only 0.44 bits per second