nathanaelle/syslog5424

udp support

Closed this issue · 1 comments

Hi. Does this library support udp transport?

UDP is unreliable because of datagram loss, so it is not in the scope of this library.
DTLS would be in scope because there may be ways to detect data loss and data reordering

this library actually supports :

– unix datagram
– unix stream
– TCP

this libray can also supports TCP + TLS but needs to write code