seems nuts to me to allow so many priority levels.
Think about how someone will implement this.... probably some sort of
multiple queue or buckets. You're not going to make 2 billion buckets.
Probably 8 different priority levels even would be more than is needed.
------ Original Message ------
From: "William Chan (陈智昌)" <willchan@chromium.org>
To: "Martin Thomson" <martin.thomson@gmail.com>
Cc: "HTTP Working Group" <ietf-http-wg@w3.org>
Sent: 5/12/2013 10:49:00 a.m.
Subject: Re: Default stream priority
>What's the goal here? To make the default be low, but not the lowest
>priority?
>
>
>On Wed, Dec 4, 2013 at 9:23 AM, Martin Thomson
><martin.thomson@gmail.com> wrote:
>>Looks like my math was off again...
>>
>>I got an email this morning pointing out that with the high bit
>>reserved, a default priority of 2^30 is actually the lowest priority.
>>
>>Is there any reason that this can't be changed to 2^29? i.e.,
>>0x20000000 rather than the current 0x40000000.
>>
>