aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-25 13:45:57 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-25 13:45:57 +0200
commitc80fbc1a357fb68a1a13f088a9f7ce0795161a1f (patch)
tree3f33d9609b9299f0f8816addfd18ab24b181226a /src
parentc847f8c507d9d5af0c9c1398386f131563c3ae3e (diff)
downloadgnunet-c80fbc1a357fb68a1a13f088a9f7ce0795161a1f.tar.gz
gnunet-c80fbc1a357fb68a1a13f088a9f7ce0795161a1f.zip
implement DV learn monotime handling
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-service-tng.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index 9fb8141bf..d3c3defec 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -25,8 +25,6 @@
25 * TODO: 25 * TODO:
26 * Implement next: 26 * Implement next:
27 * - dv hop-by-hop signature verification (at least at initiator) 27 * - dv hop-by-hop signature verification (at least at initiator)
28 * - persistence of monotonic time obtained from other peers
29 * in PEERSTORE (by message type) -- done for backchannel, needed elsewhere?
30 * - change transport-core API to provide proper flow control in both 28 * - change transport-core API to provide proper flow control in both
31 * directions, allow multiple messages per peer simultaneously (tag 29 * directions, allow multiple messages per peer simultaneously (tag
32 * confirmations with unique message ID), and replace quota-out with 30 * confirmations with unique message ID), and replace quota-out with