Den
21. okt. 2015 17:51, skrev Dave Taht:
I unsubscribed from rmcat and rtcweb groups a while back after I got
overloaded, and appear.in started working so well, (for both ipv6 and
ipv4! I use it all day long now!), to focus on finishing up the new
"cake" qdisc/shaper/aqm/QoS system, among other things.
http://www.bufferbloat.net/projects/codel/wiki/CakeTechnical
Cake is now entering the testlab, and among other things, it has
support for the diffserv markings discussed in the related, now
concluded dart wg, but in ways somewhat different from that imagined
there. We have not got any good code in our testbeds yet to test
videoconferencing behavior, and we could use some, although it does
look like we can drive firefox with some remote control stuff with a
fixed video playback now....
Five questions:
1) Has anyone implemented or tested putting voice and video on two
different 5-tuples in any running code out there?
All
VC systems I know of except WebRTC-based ones do it, AFAIK.
It’s
putting them on the same that's unusual.
That sounds like the world I am living in as well.
2) How about diffserv markings in general? Do any browsers or webrtc
capable software support what was discussed way back when?
I
know Hangouts did something like that internally, on the controlled
network.
But not according to spec.
3) Were diffserv marking changes eventually allowed on the same 5-tuple?
Yes,
with caveats. draft-ietf-tsvwg-rtcweb-qos has the table.
4) Did the ECN support that was originally in one draft or another
ever make it into any running code?
I
don't know. I think we lost it from the docs.
(yea, apple plans to turn on ecn universally in their next OS!)
So how would ECN work on UDP? I do not think the necessary bits from the IP header are available for the application to do anything. I do think Linux supports this, have not tested.
And what about the network, would it support UDP when setting the ECN bits? Probably a configuration related problem if not supported.