gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0004] branch master updated: add todos


From: gnunet
Subject: [lsd0004] branch master updated: add todos
Date: Tue, 22 Feb 2022 19:56:33 +0100

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 c403cce  add todos
c403cce is described below

commit c403cce27d359266f8f3d8570512d115a217265e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Feb 22 19:56:27 2022 +0100

    add todos
---
 draft-schanzen-r5n.xml | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 3f253c6..45039ef 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1358,7 +1358,7 @@ Connectivity | |Underlay|  |Underlay|
       </section>
     </section>
     <section anchor="blockstorage" numbered="true" toc="default">
-      <name>Block Storage</name>
+      <name>Storage</name>
       <section>
         <name>Block Processing</name>
         <t>
@@ -1587,6 +1587,30 @@ gnunet+tcp://12.3.4.5/ \
           </figure>
         </section>
       </section>
+      <section>
+        <name>Storage API</name>
+        <!--
+          FIXME TODO
+          We need exact store, lookup and APPROXIMATE
+          - Approximate: look for X blocks with key > lookupKey and key > 
lookupKey
+          each and then order by XOR distance. Return X results.
+          - AFTER that we filter through block plugin (may discard bc of 
xquery)
+          - Implementation should decide if further results required based on
+          resources / storage size.
+        -->
+      </section>
+      <section>
+        <name>Caching Strategy</name>
+        <!--
+          FIXME TODO
+          What should an implementation consider when managing the
+          cached blocks?
+          - Number of served requests for the block (MAY, can be expensive)
+          - Proximity my peer ID (MAY)
+          - Configurable quotas / local storage size (SHOULD)
+          - Block expiration (this is what we do atm) (MUST)
+        -->
+      </section>
     </section>
     <section anchor="security" numbered="true" toc="default">
       <name>Security Considerations</name>

-- 
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]