diff options
author | Christophe Trussardi <chris@teria.org> | 2011-09-27 22:47:41 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-29 19:02:31 -0300 |
commit | 847578bf921b9b4b20c3d257d6267084a2bafa95 (patch) | |
tree | 57f6cdafaed73771e880c6e402bccbb42eaa9379 /libraries/librelp/README | |
parent | 58d4d10951b760a7c72409cf28eff7739452b77e (diff) | |
download | slackbuilds-847578bf921b9b4b20c3d257d6267084a2bafa95.tar.gz |
libraries/librelp: Added (a reliable logging library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/librelp/README')
-rw-r--r-- | libraries/librelp/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/librelp/README b/libraries/librelp/README new file mode 100644 index 0000000000..525d5a16df --- /dev/null +++ b/libraries/librelp/README @@ -0,0 +1,6 @@ +librelp is an easy to use library for the RELP protocol. +RELP in turn provides reliable event logging over the network +(and consequently RELP stands for Reliable Event Logging Protocol). +RELP was initiated by Rainer Gerhards after he was finally upset by +the lossy nature of plain tcp syslog and wanted a cure for all these +dangling issues. |