mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add the unparam linter
This commit is contained in:
parent
c8aed2861f
commit
ab2b26a5cb
25 changed files with 45 additions and 48 deletions
|
@ -231,7 +231,7 @@ func (c *cubicSender) RenoBeta() float32 {
|
|||
// Called when we receive an ack. Normal TCP tracks how many packets one ack
|
||||
// represents, but quic has a separate ack for each packet.
|
||||
func (c *cubicSender) maybeIncreaseCwnd(
|
||||
ackedPacketNumber protocol.PacketNumber,
|
||||
_ protocol.PacketNumber,
|
||||
ackedBytes protocol.ByteCount,
|
||||
priorInFlight protocol.ByteCount,
|
||||
eventTime time.Time,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue