blob: 5e33caac775eb9911d8e7428abddfe085d050dc3 (
plain)
1
2
3
4
5
6
7
8
|
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).
|