uquic/internal/flowcontrol
Marten Seemann 741dc28d74 move the RTTStats to the utils package
The RTTStats are used by the logging package. In order to instrument the
congestion package, the RTTStats can't be part of that package any more
(to avoid an import loop).
2020-07-23 11:53:08 +07:00
..
base_flow_controller.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
base_flow_controller_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
connection_flow_controller.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
connection_flow_controller_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
flowcontrol_suite_test.go make the flow control package internal 2017-08-30 00:27:44 +07:00
interface.go release connection-level flow control credit when a stream is reset 2019-01-23 12:49:48 +07:00
stream_flow_controller.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
stream_flow_controller_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00