mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
introduce a mtuDiscoverer interface
This commit is contained in:
parent
04642c9e4d
commit
c6ae91a8cf
2 changed files with 29 additions and 21 deletions
|
@ -20,7 +20,7 @@ var _ = Describe("MTU Discoverer", func() {
|
|||
)
|
||||
|
||||
var (
|
||||
d *mtuDiscoverer
|
||||
d mtuDiscoverer
|
||||
rttStats *utils.RTTStats
|
||||
now time.Time
|
||||
discoveredMTU protocol.ByteCount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue