]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: use a SOCK_SEQPACKET for communication with monitor
authorVincent Bernat <vincent@bernat.im>
Wed, 18 Mar 2015 13:21:46 +0000 (14:21 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 18 Mar 2015 13:21:46 +0000 (14:21 +0100)
commit10c20ba8877e8844a25c8055ad9d7bd80d11569a
treeb750bc2aaea47f2a7a60072e30e646b1569b41da
parent327b1d625c2df0a8d078356f16c2c3f0aa06d485
priv: use a SOCK_SEQPACKET for communication with monitor

This has the same semantics than SOCK_DGRAM but it also supports the
ability to notify the other end of end-of-file events. However, it may
not be widely implemented, hence the separate commit.
src/daemon/priv.c