Events without label "editorial"

Issues
------
* quicwg/load-balancers (+0/-1/💬0)
 1 issues closed:
- Tweak the expand() function again to reduce copying https://github.com/quicwg/load-balancers/issues/222
* quicwg/qlog (+0/-4/💬9)
 7 issues received 9 new comments:
 - #387 packet_sent doesn't allow logging of IP address (for packets sent 
outside of a connection) (1 by rmarx)
https://github.com/quicwg/qlog/issues/387 - #382 H3Settings is a bit underspecified (3 by LPardue, rmarx) https://github.com/quicwg/qlog/issues/382 - #379 Should we use "* text => uint64" anywhere that a type can contain extension fields? (1 by rmarx) https://github.com/quicwg/qlog/issues/379 - #378 Clarify use of StreamFrame (1 by rmarx) https://github.com/quicwg/qlog/issues/378 - #377 Add congestion control name to recovery:parameters_set (1 by rmarx) https://github.com/quicwg/qlog/issues/377 - #376 Clarify security: key events (1 by rmarx) https://github.com/quicwg/qlog/issues/376 - #375 Improve quic:stream_data_moved (1 by rmarx) https://github.com/quicwg/qlog/issues/375
 4 issues closed:
- Clarify security: key events https://github.com/quicwg/qlog/issues/376 - Improve quic:alpn_information https://github.com/quicwg/qlog/issues/368 - Add congestion control name to recovery:parameters_set https://github.com/quicwg/qlog/issues/377 - Clarify use of StreamFrame https://github.com/quicwg/qlog/issues/378
* quicwg/ack-frequency (+0/-2/💬13)
 8 issues received 13 new comments:
 - #253 no change in ack behavior before the first ACK_FREQUENCY frame? (1 by 
mirjak)
https://github.com/quicwg/ack-frequency/issues/253 [needs-discussion] - #245 Response to Long Idle periods (2 by gloinul, mirjak) https://github.com/quicwg/ack-frequency/issues/245 [needs-discussion] [no action needed] - #244 consider encoding a duration to not acknowledge every CE-marked packet (1 by mirjak) https://github.com/quicwg/ack-frequency/issues/244 [design] [needs-discussion] - #235 What is the max of Request Max Ack Delay field in ACK_FREQUENCY frame (3 by marten-seemann, mirjak) https://github.com/quicwg/ack-frequency/issues/235 [design] [needs-discussion] [has-pr] - #232 What is the maximum value of min_ack_delay? (1 by mirjak) https://github.com/quicwg/ack-frequency/issues/232 [needs-pr] - #228 How frequently should ACK_FREQUENCY be sent? (1 by mirjak) https://github.com/quicwg/ack-frequency/issues/228 [design] [needs-discussion] - #227 Don't recommend sending one IMMEDIATE_ACK per RTT (2 by martinthomson, mirjak) https://github.com/quicwg/ack-frequency/issues/227 [no action needed] - #225 Reordering threshold and ECN (2 by martinthomson, mirjak) https://github.com/quicwg/ack-frequency/issues/225 [no action needed] [question]
 2 issues closed:
- Reordering threshold and ECN https://github.com/quicwg/ack-frequency/issues/225 [no action needed] [question] - consider encoding a duration to not acknowledge every CE-marked packet https://github.com/quicwg/ack-frequency/issues/244 [design] [needs-discussion]
* quicwg/reliable-stream-reset (+1/-0/💬13)
 1 issues created:
 - Does this frame class as an abrupt or clean close? (by LPardue)
https://github.com/quicwg/reliable-stream-reset/issues/65
 3 issues received 13 new comments:
 - #65 Does this frame class as an abrupt or clean close? (6 by LPardue, 
kazuho, marten-seemann)
https://github.com/quicwg/reliable-stream-reset/issues/65 - #64 Remove the "reliable reset" phrasing from the draft (5 by kazuho, marten-seemann, martinthomson) https://github.com/quicwg/reliable-stream-reset/issues/64 - #63 Applications might require that the Reliable Size not reduce (2 by DavidSchinazi, huitema) https://github.com/quicwg/reliable-stream-reset/issues/63


Pull requests
-------------
* quicwg/load-balancers (+0/-1/💬0)
 1 pull requests merged:
 - Rearrange expand()
https://github.com/quicwg/load-balancers/pull/224
* quicwg/qlog (+3/-4/💬6)
 3 pull requests submitted:
 - key_updated / key_discarded: rename generation to key_phase (by 
marten-seemann)
https://github.com/quicwg/qlog/pull/390 - remove token from packet_{sent, received}, use field on PacketHeader (by marten-seemann) https://github.com/quicwg/qlog/pull/389 - Explain 64-bit I-JSON issues but don't embed that in CDDL (by LPardue) https://github.com/quicwg/qlog/pull/388
 5 pull requests received 6 new comments:
 - #390 key_updated / key_discarded: rename generation to key_phase (2 by 
hlandau, marten-seemann)
https://github.com/quicwg/qlog/pull/390 - #388 Explain 64-bit I-JSON issues but don't embed that in CDDL (1 by LPardue) https://github.com/quicwg/qlog/pull/388 - #360 Reframe JSON interop concerns seperately of I-JSON (1 by LPardue) https://github.com/quicwg/qlog/pull/360 - #359 Define uint64 duality once (1 by rmarx) https://github.com/quicwg/qlog/pull/359 - #123 token-related fixes (1 by marten-seemann) https://github.com/quicwg/qlog/pull/123
 4 pull requests merged:
 - key_updated / key_discarded: rename generation to key_phase
https://github.com/quicwg/qlog/pull/390 - remove token from packet_{sent, received}, use field on PacketHeader https://github.com/quicwg/qlog/pull/389 - Reframe JSON interop concerns seperately of I-JSON https://github.com/quicwg/qlog/pull/360 - Create ALPNIdentifier type to allow bytes or string presentation https://github.com/quicwg/qlog/pull/385
* quicwg/ack-frequency (+5/-0/💬0)
 5 pull requests submitted:
 - change CE behaviour only when threshold > 1 (by mirjak)
https://github.com/quicwg/ack-frequency/pull/277 - max value of max_ack_delay (by mirjak) https://github.com/quicwg/ack-frequency/pull/276 - Clarify when to send ACK_FREQUENCY frame (by mirjak) https://github.com/quicwg/ack-frequency/pull/275 - Explain example further (by mirjak) https://github.com/quicwg/ack-frequency/pull/274 - Clarify when RFC9000 sends immediate ACK (by mirjak) https://github.com/quicwg/ack-frequency/pull/273

Repositories tracked by this digest:
-----------------------------------
* https://github.com/quicwg/base-drafts
* https://github.com/quicwg/ops-drafts
* https://github.com/quicwg/datagram
* https://github.com/quicwg/load-balancers
* https://github.com/quicwg/version-negotiation
* https://github.com/quicwg/quic-bit-grease
* https://github.com/quicwg/qlog
* https://github.com/quicwg/quic-v2
* https://github.com/quicwg/multipath
* https://github.com/quicwg/ack-frequency
* https://github.com/quicwg/reliable-stream-reset

Reply via email to