Robert Ream

Results 19 comments of Robert Ream

Why isn't this useful for live video? When packets are received out of order, the trailing edge of the receive buffer will have fragmentation potentially leading to some amount of...

@russelltg you might want to reopen this, we aren't done with implementing all of the statistics.

I don't have much time to look at this right now, but here's a few thoughts: 1) It looks like the statistics interval for the sender was set to 3ms??...

@Lighty0410 could we possibly close this one out too?

> > @Lighty0410 could we possibly close this one out too? > > I would love to close this issue. However, i didn't come up with the proper settings after...

@Lighty0410 look at the rr/rdrop branch I pushed. I'm wondering if you adjust the latency tolerance, if this would help. The value is hard coded right now, not configurable, so...

@nipierre If you'd like to collaborate on this (e.g. vidoe chat, pair, etc) I could find some time in my schedule, I just don't have the remaining cognitive capacity to...

Yes, please do implement the second bullet. I added all the relevant options from the reference implementation and recall there may have been more than one that weren't wired up...

It's drop_too_late_packets that appears to be broken. This line of code is not the problem. Calling drop_too_late_packets should only drop packets if there are late packets. Could you show me...

@nipierre could you run your tests against PR #209?