Skip to content

Workaround rare deadlock with ristreceiver

Gijs Peskens requested to merge workaround_flooded_deadlock into master

Workaround a rare "deadlock" where a ristreceiver keeps requesting so much NACKS that the link becomes flooded, resulting in lots of late packets, buffers being full and never recovering. Also fix a few segfaults, and lower loglevel of most per packet logs to DEBUG (saw 11 GB in 20min!!!)

Merge request reports