Update TODO

This commit is contained in:
Matteo Cypriani 2012-06-21 18:43:12 +02:00
parent 8f3bf50aa5
commit 1882cc26ca
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -4,6 +4,11 @@
° Valgrind / libconfuse bugs (Listener & Aggregator):
. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639074
. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639115
- Handle the aggregation format version
In the aggregation files, a version number describing the file format
should be added (as the 2nd field, right after the client's MAC
address). That would allow the positioning server to handle several
formats instead of just the last version.
- Check the size of the received packets to avoid buffer overflows.
- Use select(2) or poll(2)
Using polling for sockets would avoid setting up some threads,