vdlm2dec
vdlm2dec copied to clipboard
reInit network when UDP sending fails
@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
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.