diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-05 16:00:47 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-05 16:00:47 +0100 |
commit | 17c21e1d27a90b394873a0e80e5d6992f4b985ee (patch) | |
tree | 6c6d5ce5abc2232118c495d993777eb9c899f6c7 /TODO.md | |
parent | 5fb706e9a68dcd29a7a9a510068e10556451ac07 (diff) |
Updated ToDo and added ChangeLog.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 |