qlog
qlog copied to clipboard
The IETF I-D documents for the qlog format
Closes #426
We seem to like to pluralize field names where the value is an array, so this seem inconsistent > ? protocol_type: ProtocolTypeList
We already declare that these types exist and should be used but they aren't registered in https://www.iana.org/assignments/media-types/media-types.xhtml#application. We should follow the process described in the notes section at the top...
The general structure of section 6 is to walk through the common fields of `Event`. We say: > While this "trigger" field could be a property of the qlog Event...
As detailed here https://github.com/quicwg/qlog/pull/383#issuecomment-2194521047, we're not really consistent in how we allow logging of raw byte values of individual fields, especially if they're "unknown"/don't map to a known string or...
Its still ambiguous what units the logged time field uses. Issue spun off from the other clock updates in the PR below I don't understand this bit. If I have...
When we switched to JSON-SEQ a while back (https://github.com/quicwg/qlog/issues/172), we assumed that using record separators instead of newline-delimited JSON wouldn't cause too much pain. I think it's time to reevaluate...