gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (7b01b7b17 -> f1e8076ed)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (7b01b7b17 -> f1e8076ed)
Date: Sat, 23 Feb 2019 10:48:29 +0100

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

grothoff pushed a change to branch master
in repository gnunet.

    from 7b01b7b17 portability fix.
     new 3d0f1dd38 notes
     new f1e8076ed merge

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/transport/gnunet-service-tng.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/transport/gnunet-service-tng.c 
b/src/transport/gnunet-service-tng.c
index 1d6329c21..7d7d04375 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -33,6 +33,19 @@
  *       transport-to-transport traffic)
  *
  * Implement next:
+ * - address validation: what is our plan here?
+ *   #1 Peerstore only gets 'validated' addresses
+ *   #2 transport needs another API to "trigger" validation!
+ *      API may be used by core/application or communicators;
+ *      => use yet another lib/MQ/connection?
+ *   #3 transport should use validation to also establish
+ *      effective flow control (for uni-directional transports!)
+ *   #4 UDP broadcasting logic must be extended to use the new API
+ *   #5 only validated addresses go to ATS for scheduling; that
+ *      also ensures we know the RTT 
+ *   #6 to ensure flow control and RTT are OK, we always do the
+ *      'validation', even if address comes from PEERSTORE
+ *   #7 
  * - ACK handling / retransmission
  * - address verification
  * - track RTT, distance, loss, etc.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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