Skip to content

Support multiple QUIC packets in one UDP datagram better + packetizing with multiple frames #17

@lilalinda

Description

@lilalinda
  1. Consider in handshaking phase to have INITIAL followed by more QUIC packets? Also, allow for more data payload frames in INITIAL while at it.
  2. How should optimal packetizing for DATAGRAM frames work? Currently, we don't use the WITH_LENGTH variant and simply drop the data payload in the (last) payload frame. But what if it adds ACK frames? Must switch to WITH_LENGTH and/or prevent other payload to get appended. What happens if we pre-pend ACK Frames always?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions