Skip to content

Problem with retransmission handler

Running the sender of prrtrelay on a Raspberry Pi 2B, I got problems with thread spawning for 1000 packets caused by the retransmission handler.

I guess this creates threads that are never terminated because the retransmission logic is not implemented yet.