aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-05-13 15:37:33 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-05-13 15:41:24 +0200
commitda4942b41cf7c1346d55040f75df808a3fc528b8 (patch)
tree861eb31d7a83fdfbabfc34e58d480a8667dceea5 /TODO.md
parent182867a07106b180e2b57f6aec6382a24bcdd531 (diff)
Use layer4 specific flow timeouts.
* default values "stolen" from nf_conntrack Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 26b6e2a6e..9634b3feb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,6 @@
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
+3. improve UDP/TCP timeout handling by reading netfilter conntrack timeouts from /proc (or just read the conntrack table directly)
4. detect interface / timeout changes and apply them to nDPId
5. implement AEAD crypto via libsodium (at least for TCP communication)