forked from quic-go/quic-go
internalize ackhandler and congestion
This commit is contained in:
8
internal/congestion/stats.go
Normal file
8
internal/congestion/stats.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package congestion
|
||||
|
||||
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
|
||||
type connectionStats struct {
|
||||
slowstartPacketsLost protocol.PacketNumber
|
||||
slowstartBytesLost protocol.ByteCount
|
||||
}
|
||||
Reference in New Issue
Block a user