summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-19 00:19:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-19 00:19:05 +0200
commit843ba562b751d9f7ede1e11a44b8c976b3288d37 (patch)
treedddebeaa1016cabcc9c1d6bdb9f4d038dff039a8 /doc
parentmake variable names more comlient to golang convention (diff)
added some basic sanity checks @ decoder
use pointer to data-update datastructures
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 28f20ec..c50c3cd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,12 +1,8 @@
* how to handle NaN values form batch importer like flumotion-rrd?
* should we allow floats for client-count, bytes-sent etc.?
-* address issues with python-twisted dropping messages when transmit
- buffer is full
+* address issues with python-twisted dropping messages when transmit buffer is full
* move common code of python-twisted based importer to seperate module
* fix wrong usage of twisted
-* hub: implement foward-only mode (delete dataupdates from local store
- as soon as they are forwareded)
* hub: add geo-ip lookups
* hub: add support for Elasticsearch 5.x
-* hub: add additional checks at protocol parser
* hub: sanity check len(clients) and clients field in date update (as well as bytes-sent/received)