forked from quic-go/quic-go
record InSlowStart and InRecovery
This commit is contained in:
@@ -694,5 +694,7 @@ func (h *sentPacketHandler) GetStats() *quictrace.TransportState {
|
||||
LatestRTT: h.rttStats.LatestRTT(),
|
||||
BytesInFlight: h.bytesInFlight,
|
||||
CongestionWindow: h.congestion.GetCongestionWindow(),
|
||||
InSlowStart: h.congestion.InSlowStart(),
|
||||
InRecovery: h.congestion.InRecovery(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user