You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some implementation (Google Chrome) uses Padding Frames to pad the QUIC payload to a certain length. Therefore despite being able to specify the exact bytes of each padding frames, it is also required to set a pad-to-N-bytes for QUIC Frames.
The text was updated successfully, but these errors were encountered:
Add variable length QUIC frame padding support. Refactor how QUIC frames are defined in a QUIC Spec. Update documentation and examples. Added Chrome and Firefox parrots.
Close#3.
Add variable length QUIC frame padding support. Refactor how QUIC frames are defined in a QUIC Spec. Update documentation and examples. Added Chrome and Firefox parrots.
Close#3.
Some implementation (Google Chrome) uses Padding Frames to pad the QUIC payload to a certain length. Therefore despite being able to specify the exact bytes of each padding frames, it is also required to set a
pad-to-N-bytes
for QUIC Frames.The text was updated successfully, but these errors were encountered: