Juliusz Chroboczek
Juliusz Chroboczek
> I believe WebSockets are used as well Only for tracker connections, not for data transfer.
Sorry if I repeat myself. WebRTC is a complex protocol, and adding it to desktop clients is not trivial. On the other hand, it would be easy for the WebTorrent...
I may be confused, but I believe that the linked discussion only refers to tracker communication, not to peer-to-peer communication, the latter being still supported over WebRTC. Which is silly,...
See also #116, which does the exact opposite ;-) The logic being that this is not going to be visible in macro benchmarks, so we might as well centralise all...
I really don't care either way — either this PR or #116 are perfectly fine with me. On the other hand, I'd like to see one or the other applied,...
Hmm... you're using just the last sample, which might yield an extremely noisy signal. Shouldn't we be computing an exponential average instead? (Please see Figure 6 of https://arxiv.org/pdf/1403.3488.pdf for an...
I stand corrected. The iteration happens at a higher level than I was expecting. I need time to grok the fullness.
I strongly support this work. IPv6 support is necessary for Pion, it greatly simplifies connectivity in many cases (e.g. in Docker containers). This version works by gathering two candidates for...
Small timeout when eoc is received, larger timeout if it isn't?
There's a tradeoff here: on the one hand, we don't want to give up too early, on the other hand, we want to switch to failed as early as possible...