From: Francis Dupont Date: Wed, 17 Jun 2015 20:17:32 +0000 (+0200) Subject: [3732b] Removed TODO (likely more than obsolete) X-Git-Tag: trac3910_base~17^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddef2ed36bb81250ee7df3b1acd480aa16d3980f;p=thirdparty%2Fkea.git [3732b] 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).