hamnet70/impl/test/layer2_over_udp
Thomas Kolb 03912a6185 Do all time calculations in uint64_t
This prevents loss of precision that occurs with double-precision floats if
timestamps become very large. Timestamps are already large if they contain a
UNIX time value (requires 60 bits; double has 53 bit resolution).
2024-11-02 16:17:52 +01:00
..
CMakeLists.txt l2udptest: replace by two programs: client and digipeater 2024-11-02 16:07:25 +01:00
l2udptest_client.c Do all time calculations in uint64_t 2024-11-02 16:17:52 +01:00
l2udptest_digipeater.c Do all time calculations in uint64_t 2024-11-02 16:17:52 +01:00