Update TODO

This commit is contained in:
Matteo Cypriani 2012-05-31 20:42:11 +02:00
parent b6f167c549
commit bf9681a0e7
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -68,6 +68,11 @@
using both -D and -A at the same time makes the program to block on
the first thread. This is a known issue of uClibc:
https://dev.openwrt.org/ticket/4809
- Better handling of retried packets
Currently we ignore any packet with the Retry bit. This can lead to
completely ignore the given packet (or even request) if the original
packet is never received, which can happen under certain
circumstances.
- Refactor and review read_packet().
- Handle better the configuration file reading
Get rid of the "Cannot open configuration file" error, in quiet