Skip to content
  • Aurelien Grimaud's avatar
    Read ICMP error messages instead of looping · 969622b4
    Aurelien Grimaud authored
    When we are dealing with connected sockets shared between a udpsrc and a udpsink
    we might receive ICMP connection refused error messages in udpsrc that will
    cause it to go into a bursty loop because the poll returns right away without a
    message to read.
    
    Instead of looping, read the error message from the error queue in udpsrc.
    Fixes #567857.
    969622b4