aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-06-07 14:42:40 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-06-07 15:04:46 +0200
commit54e0601fec5330aa93810c7212dde233c4354379 (patch)
treeed44b4b3d72d407a73c295a3df9952a255905891 /TODO.md
parent382706cd20b99f12b0e7106ffc4af0e01a5e0e02 (diff)
Unified IO buffer mgmt.
* c-collectd gives the user control over collectd-exec instance name * added missing collectd type `flow_l4_icmp_count` Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 9634b3feb..42bd37ebf 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,6 @@
# 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 (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)
+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)