hamnet70/impl/test/layer2_over_udp
Thomas Kolb 1c8d652e01
Some checks failed
/ build-hamnet70 (push) Failing after 23s
/ build-doc (push) Successful in 29s
/ deploy-doc (push) Has been skipped
layer2: Remove event callbacks
Instead, connection and digipeater now update a event code passed by reference
to the maintain() function. This was the only place where the callback was
called before.

Minor side effect: maintain must be called multiple times if multiple events
trigger at the same time.
2024-12-03 22:18:46 +01:00
..
CMakeLists.txt Remove data callbacks in connection and digipeater modules 2024-11-17 18:26:18 +01:00
l2udptest_client.c layer2: Remove event callbacks 2024-12-03 22:18:46 +01:00
l2udptest_digipeater.c digipeater: remove empty packet from current connection after burst 2024-12-03 21:37:29 +01:00