ekr / minq

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

ACK ACK-only packets #3

Open ekr opened 7 years ago

ekr commented 7 years ago

Currently we entirely suppress ACKs for ACK-only packets. What we need to do is not generate ACK in response to ACK-only packets, but when we otherwise are generating an ACK, we should still ACK them. My brain was not on last night when I wrote this code.