librelp 0.1.0 (Default branch) |
|
|
librelp is a core protocol library for RELP, the
"reliable event logging protocol". It was created to provide ultra-reliable delivery of syslog messages and is quite good at that.
License: GNU General Public License v3
Changes:
This is the first version of librelp, including
the initial RELP protocol support. This version
provides reliable syslog message transfer without
message loss even in extreme cases. In really
extreme cases, some messages may be duplicated,
but none are ever lost (provided that the
application uses provisions for that, as rsyslog
does).
|