diff options
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 |