mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove unused member variable in the mtuDiscoverer (#4905)
This commit is contained in:
parent
202dddd51e
commit
5794afbcbf
1 changed files with 0 additions and 2 deletions
|
@ -94,7 +94,6 @@ type mtuFinder struct {
|
|||
|
||||
inFlight protocol.ByteCount // the size of the probe packet currently in flight. InvalidByteCount if none is in flight
|
||||
min protocol.ByteCount
|
||||
limit protocol.ByteCount
|
||||
|
||||
// on initialization, we treat the maximum size as the first "lost" packet
|
||||
lost [maxLostMTUProbes]protocol.ByteCount
|
||||
|
@ -114,7 +113,6 @@ func newMTUDiscoverer(
|
|||
f := &mtuFinder{
|
||||
inFlight: protocol.InvalidByteCount,
|
||||
min: start,
|
||||
limit: max,
|
||||
rttStats: rttStats,
|
||||
mtuIncreased: mtuIncreased,
|
||||
tracer: tracer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue