TLeconte / vdlm2dec

vdl mode 2 SDR decoder
GNU General Public License v2.0
71 stars 23 forks source link

reInit network when UDP sending fails #52

Closed wiedehopf closed 1 year ago

kevinelliott commented 1 year ago

@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

TanerH commented 1 year ago

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.