diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-20 22:59:11 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-20 23:39:47 +0100 |
commit | 3416db11dc3ff5b6c259f25d955e283d1d6e4b40 (patch) | |
tree | 3eaa6fe9a2a85d108c1389539e95789078a1bdf2 /TODO.md | |
parent | 830174c7b52181705dca44cd2fae4a8baa5f6111 (diff) |
Updated ReadMe's, ToDo's and ChangeLog.1.6
* 1.6-release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,16 +1,19 @@ # TODOs -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 + * PF\_RING integration + +2.0.0: + + * switch to semantic versioning for the greater good ;) no release plan: + * merge flow end/idle event into idle event (end is not really useful..) + * provide a shared library for C / C++ for distributor application developers * 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 + * switch to MIT or BSD License |