Closed
Description
UDP is lightweight and handy for distributing records between loggers, but it is limited by message length. Large records like data snapshots can unpredictably fail due to being too large for a network's maximum transmission unit (MTU).
A Writer/Reader based on POSIX IPC message queues should be able to fill this gap.