When sending via UDP, syslogd(8) can use iovec with sendmsg(2)
authorbluhm <bluhm@openbsd.org>
Wed, 10 Nov 2021 21:59:47 +0000 (21:59 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 10 Nov 2021 21:59:47 +0000 (21:59 +0000)
commit12b11e798f4d208fee1ddf9254fd4fde19053d01
treee9e7849dadd50093e0938ef90d874cf6e0f810bd
parent40d1acf556897ce10c169245f13e0e0502235806
When sending via UDP, syslogd(8) can use iovec with sendmsg(2)
instead of copying the strings with snprintf(3).
OK martijn@
usr.sbin/syslogd/syslogd.c