ekr / minq

A simple Go implementation of QUIC
MIT License
98 stars 16 forks source link

Fixing bug with oversized packets #24

Closed pietdevaere closed 6 years ago

pietdevaere commented 7 years ago

When selecting the number of frames and acks to be transmitted, the header size and AEAD overhead were not considered when determining the space left in the packet.

ekr commented 6 years ago

Merged by hand