• Juliusz Chroboczek's avatar
    Forward NACKs to sender in case of double loss. · 5e130122
    Juliusz Chroboczek authored
    We already send NACKs when a packet is missing.  Under high packet loss,
    however, the recovery packet might get lost two.  Forward receiver NACKs
    to the sender, but only after a delay and after checking that the packet
    has not arrived in the meantime.
    5e130122
rtpwriter.go 8.1 KB