vdlm2dec icon indicating copy to clipboard operation
vdlm2dec copied to clipboard

reInit network when UDP sending fails

Open wiedehopf opened this issue 2 years ago • 2 comments

wiedehopf avatar Sep 19 '22 11:09 wiedehopf

@TLeconte This would help with connections going stale. We've seen feeders go into limbo on Airframes but there is no indicator on the decoder side. Looking forward to this merge. Thanks @wiedehopf

kevinelliott avatar Sep 19 '22 13:09 kevinelliott

This should help catch things like the machine's local IP changing and/or other weird network issues where catching the return code from write() should help identify something is wrong and we need to re-initialize the network.

TanerH avatar Sep 19 '22 17:09 TanerH