hamnet70/impl
Thomas Kolb 11f19c03a0 Fix TX handling for multiple packets
- (only) time-based end-of-transmission tracking
  - removed tx_done flag
  - count zero-buffers correctly in time-tracking
  - add 10 ms of headroom so the transmission does not stop before buffer was
    completely transmitted (race condition)
  - fix race condition with tx_start_time in sdr_start_tx()
- simplified packet queuing (no chunking)
- read multiple packets before starting transmission (to fill buffers initially)

Thanks to rudi_s!
2024-04-20 00:55:39 +02:00
..
src Fix TX handling for multiple packets 2024-04-20 00:55:39 +02:00
test test: fixed build errors 2024-03-31 18:01:00 +02:00
utils Improvements to debug scripts 2024-03-30 22:04:26 +01:00
.gitignore Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
CMakeLists.txt Add options parsing module 2024-03-30 21:51:27 +01:00
compile_flags.txt Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
make.sh make.sh: allow passing parameters to make 2024-01-03 17:29:05 +01:00
setup_tundev.sh Switch to IPv6 2022-04-07 20:44:07 +02:00