logd: use uloop instead of ustream_fd for syslog
authorFelix Fietkau <nbd@nbd.name>
Mon, 6 Nov 2017 09:46:38 +0000 (10:46 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 6 Nov 2017 10:23:51 +0000 (11:23 +0100)
commit7a49632ec93647187d5f87d9fdb6b3e81341d505
treebcd24d25a757e916a6809edf6839b60e63db9c63
parentda5b8b4049d35cab2f5484940d122017228598fd
logd: use uloop instead of ustream_fd for syslog

Using a stream buffer for a datagram socket makes no sense. This change
fixes dealing with line buffer truncation on large incoming messages

Signed-off-by: Felix Fietkau <nbd@nbd.name>
log/syslog.c