aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-11-05 16:00:47 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-11-05 16:00:47 +0100
commit17c21e1d27a90b394873a0e80e5d6992f4b985ee (patch)
tree6c6d5ce5abc2232118c495d993777eb9c899f6c7 /TODO.md
parent5fb706e9a68dcd29a7a9a510068e10556451ac07 (diff)
Updated ToDo and added ChangeLog.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 8582a3b6e..dab40dbab 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,16 @@
# TODOs
-1. improve UDP/TCP timeout handling by reading netfilter conntrack timeouts from /proc (or just read conntrack table entries)
-2. detect interface / timeout changes and apply them to nDPId
-3. implement AEAD crypto via libsodium (at least for TCP communication)
+1.6:
+
+ * event I/O abstraction layer (testing)
+ * Apple/BSD port (testing)
+
+1.7:
+
+ * let nDPIsrvd (collector) connect to other nDPIsrvd instances (as distributor)
+ * nDPIsrvd GnuTLS support for TCP/IP distributor connections
+
+no release plan:
+
+ * improve UDP/TCP timeout handling by reading netfilter conntrack timeouts from /proc (or just read conntrack table entries)
+ * detect interface / timeout changes and apply them to nDPId