From: Francis Dupont Date: Sat, 13 Jun 2015 09:10:55 +0000 (+0200) Subject: [3732a] Removed TODO (likely more than obsolete) X-Git-Tag: trac3830_base~3^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e0e0c17c4d9f736ce41269e5db8a10e337c51e;p=thirdparty%2Fkea.git [3732a] Removed TODO (likely more than obsolete) --- diff --git a/src/lib/config/TODO b/src/lib/config/TODO deleted file mode 100644 index 5e33caac77..0000000000 --- a/src/lib/config/TODO +++ /dev/null @@ -1,8 +0,0 @@ -Open issues for lib/config: - -* Error output currently goes to stdout, and we need to use - decent logging for that. -* Add "expect failure" tests to the unit tests. -* This cpp version does not use recvmsg() with a sequence number to - prevent other messages sneaking in before the answer it expects. - (because lib/cc/session.cc|h does not support that yet).