]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: replace sendto() with sendmsg() in __send_log()
authorDragan Dosen <ddosen@haproxy.com>
Wed, 16 Sep 2015 16:25:42 +0000 (18:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:01:27 +0000 (14:01 +0200)
commit609ac2ab6cfbe42303c0db0721f6287021173f21
treedde05d10b619ce3c0a81815813efe84f175ae6e7
parent834cb2e445d33acf1cefc4ad1646091b3074f703
MEDIUM: log: replace sendto() with sendmsg() in __send_log()

This patch replaces sendto() with sendmsg() in __send_log() and makes use
of an iovec to send the log message.
include/types/log.h
src/log.c
tests/test-log.cfg