remove unused functions from the RTT stats

These functions are not used anywhere, and were removed from Chromium
code as well.
This commit is contained in:
Marten Seemann
2018-05-01 18:31:03 +09:00
parent 2127e2f1de
commit 4a7bab9ffe
3 changed files with 5 additions and 191 deletions

View File

@@ -17,7 +17,6 @@ const (
// In fraction of an RTT.
timeReorderingFraction = 1.0 / 8
// The default RTT used before an RTT sample is taken.
// Note: This constant is also defined in the congestion package.
defaultInitialRTT = 100 * time.Millisecond
// defaultRTOTimeout is the RTO time on new connections
defaultRTOTimeout = 500 * time.Millisecond