Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0e6a258106 | |||
c6e39e5ba1 | |||
5396fe1416 | |||
823b787ab9 |
@ -239,8 +239,7 @@ func (f *Flow) produceInternal(ctx context.Context, v proxy.MacVerifier, mustRet
|
||||
// adjust congestion control based on this packet's congestion header
|
||||
f.congestion.ReceivedPacket(p.seq, p.nack, p.ack)
|
||||
|
||||
// 12 bytes for header + the MAC + a timestamp
|
||||
if len(b) == 12+f.v.CodeLength()+8 {
|
||||
if len(p.Contents()) == 0 {
|
||||
log.Println("handled keepalive/ack only packet")
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user