]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3732b] Removed TODO (likely more than obsolete)
authorFrancis Dupont <fdupont@isc.org>
Wed, 17 Jun 2015 20:17:32 +0000 (22:17 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 17 Jun 2015 20:17:32 +0000 (22:17 +0200)
src/lib/config/TODO [deleted file]

diff --git a/src/lib/config/TODO b/src/lib/config/TODO
deleted file mode 100644 (file)
index 5e33caa..0000000
+++ /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).