aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-08-04 17:09:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-08-04 17:19:15 +0200
commitd48508b4afe5f3a22c2dda733ee13554d5c5ae60 (patch)
tree049b84a167350236c52ce956a32eae824a092d43 /TODO.md
parentf4c8d96dd93b7cdaafbb5d858268266ef4edb2ae (diff)
Improved nDPIsrvd buffer bloat handling using caching.
* still allow blocking mode (with send timeout) * improved daemon start/stop test script Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 42bd37ebf..8582a3b6e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,5 @@
# TODOs
-1. improve nDPIsrvd buffer bloat handling (Do not fall back to blocking mode!)
-2. improve UDP/TCP timeout handling by reading netfilter conntrack timeouts from /proc (or just read conntrack table entries)
-3. detect interface / timeout changes and apply them to nDPId
-4. implement AEAD crypto via libsodium (at least for TCP communication)
+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)