summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-02-06 13:49:40 +0100
committerLennart Poettering <lennart@poettering.net>2017-02-06 13:49:40 +0100
commit3576dddf2768a362f67a0df063c459df05b9c343 (patch)
treea0ba1263efef312c08f7c1432bab27f87308c9d0
parent9194199c9894c5fd4f497fbbf5fc0449686c8fe5 (diff)
update TODO
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2004c394be..25ca64c157 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,11 @@ Janitorial Clean-ups:
Features:
+* maybe add call sd_journal_set_block_timeout() or so to set SO_SNDTIMEO for
+ the sd-journal logging socket, and, if the timeout is set to 0, sets
+ O_NONBLOCK on it. That way people can control if and when to block for
+ logging.
+
* journald: when we recv a log datagram via the native or syslog transports,
search for the PID in the active stream connections, and let's make sure to
always process the datagrams before the streams. Then, cache client metadata