uquic/internal/mocks
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
..
ackhandler use a token bucket pacing algorithm 2020-06-22 14:31:37 +07:00
quic return a quic.ConnectionState from Session.ConnectionState() 2020-01-30 09:21:09 +07:00
congestion.go use a token bucket pacing algorithm 2020-06-22 14:31:37 +07:00
connection_flow_controller.go run go generate ./... 2019-03-05 13:42:56 +09:00
connection_tracer.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
crypto_setup.go refactor how session tickets are sent 2020-02-10 17:42:09 +07:00
long_header_opener.go use separate opener interfaces for long and short header packets 2019-06-22 20:01:18 +08:00
mockgen.go replace the GetLogWriter quic.Config option by a Tracer interface 2020-07-01 16:57:03 +07:00
short_header_opener.go pass the time a packet was received to the short header opener 2019-08-11 13:33:02 +07:00
short_header_sealer.go rename the KeyPhase to KeyPhaseBit 2019-06-30 17:36:09 +07:00
stream_flow_controller.go run go generate ./... 2019-03-05 13:42:56 +09:00
tracer.go trace packets that are sent outside of a connection 2020-07-16 08:20:36 +07:00