TODO 358 B

12345678
  1. Open issues for lib/config:
  2. * Error output currently goes to stdout, and we need to use
  3. decent logging for that.
  4. * Add "expect failure" tests to the unit tests.
  5. * This cpp version does not use recvmsg() with a sequence number to
  6. prevent other messages sneaking in before the answer it expects.
  7. (because lib/cc/session.cc|h does not support that yet).