]> git.meshlink.io Git - utcp/commit
Add better debugging output.
authorGuus Sliepen <guus@sliepen.org>
Sat, 14 Mar 2020 15:45:28 +0000 (16:45 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sat, 14 Mar 2020 15:45:28 +0000 (16:45 +0100)
commitcdfbebf0324cf685f5046b45873ad2ef063692cc
tree946cb536320e32dc1bfe86f48f0d37b218d4c2b8
parent72b3135830824e441d2dd5c23c030e5dd9f07f5a
Add better debugging output.

All messages from UTCP itself are now of the form:

timestamp srcport:dstport foo 123 bar 456 ...

The UNIX timestamp is wall clock time, to allow data from multiple
computers that are synchronised via NTP to be correlated.
Only part of the payload is now dumped by default to make the logs more
easily readable.

The test program now also adds the same format timestamp to its debug
messages.
test.c
utcp.c