moq-wg / moq-transport

draft-ietf-moq-transport
Other
70 stars 16 forks source link

SETUP Parameters Key vs Type #460

Open TimEvens opened 3 weeks ago

TimEvens commented 3 weeks ago

Section 6.2.2.1 (Role) and section 6.2.2.2 (PATH) indicate key 0x00 and key 0x01. Shouldn't key be type?

huitema commented 2 weeks ago

The "parameters" syntax is defined in section 6.1 as:

   Parameter {
     Parameter Type (i),
     Parameter Length (i),
     Parameter Value (..),
   }

We should be consistent, and refer to "Parameter Type 0x1", etc.