flent-users <notifications@github.com> writes:

> Hi Dave,
>
>
>> On Sep 3, 2018, at 18:00, Dave Täht <notifications@github.com> wrote:
>> vnv
>> Another rrul_v2 issue would be to correctly end up in all the queues on wifi.
>
> So in theory rrul_cs8 should do that... (it aims to just use one
> dscp-marked flow per class selector for a total of 8 tcp flows per
> direction...) In practice I believe the mapping from dscps to ACs is
> highly non-linear...

Well, not that non-linear:

const int ieee802_1d_to_ac[8] = {
IEEE80211_AC_BE,
IEEE80211_AC_BK,
IEEE80211_AC_BK,
IEEE80211_AC_BE,
IEEE80211_AC_VI,
IEEE80211_AC_VI,
IEEE80211_AC_VO,
IEEE80211_AC_VO
};


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.