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 implementations (quic-go) size their padding frames such that the entire datagram is less than a certain size. In order to accomplish this, func (qfs QUICFrames) Build(cryptoData []byte) (payload []byte, err error) should be updated to determine the size of all other frames and then size the padding frames accordingly.
The text was updated successfully, but these errors were encountered:
Some implementations (quic-go) size their padding frames such that the entire datagram is less than a certain size. In order to accomplish this,
func (qfs QUICFrames) Build(cryptoData []byte) (payload []byte, err error)
should be updated to determine the size of all other frames and then size the padding frames accordingly.The text was updated successfully, but these errors were encountered: