• Juliusz Chroboczek's avatar
    Split writer loop into multiple threads. · fa29e50f
    Juliusz Chroboczek authored
    This improves both scaling and fairness in the case where a single
    track is being sent to large numbers of receivers.  We avoid
    communication overhead by growing the number of threads as the
    square root of the number of receivers.
    fa29e50f
rtpconn.go 22.5 KB