aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-04-14 22:13:18 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-04-14 22:17:39 +0200
commit713cd1332252b9e0dc08c6f76a60ff41590d5000 (patch)
treec0c3cb4d668af37250f317c77c6405bbf886ba2b /TODO.md
parentf713ec702bd367f14c6ff75ea89f3c155c65a904 (diff)
added TODO
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 000000000..26b6e2a6e
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,7 @@
+# TODOs
+
+1. unify `struct io_buffer` from nDPIsrvd.c and `struct nDPIsrvd_buffer` from nDPIsrvd.h
+2. improve nDPIsrvd buffer bloat handling (Do not fall back to blocking mode!)
+3. improve UDP/TCP timeout handling by reading netfilter conntrack timeouts from /proc
+4. detect interface / timeout changes and apply them to nDPId
+5. implement AEAD crypto via libsodium (at least for TCP communication)