box-o-sand/sltcpsrv
Dan Buch 4dc472e207 Properly handling incoming records incrementally
rather than waiting for ioutil.ReadAll to work, which appeared to only
happen when the remote rsyslog disconnected.
2013-01-24 23:20:44 -05:00
..
syslog-tcp-server Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
doc.go Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
LICENSE Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
Makefile Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
message.go Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
README Playing around with collecting syslog over TCP 2013-01-24 23:12:00 -05:00
server.go Properly handling incoming records incrementally 2013-01-24 23:20:44 -05:00

Syslog TCP Server
-----------------

This is a TCP server that (hopefully) knows how to consume Syslog messages.

Notable bits:
 - https://tools.ietf.org/rfc/rfc5424.txt
 - https://tools.ietf.org/rfc/rfc6587.txt