forked from quic-go/quic-go
create a logger interface and use it everywhere
This commit is contained in:
@@ -25,6 +25,8 @@ type baseFlowController struct {
|
||||
epochStartTime time.Time
|
||||
epochStartOffset protocol.ByteCount
|
||||
rttStats *congestion.RTTStats
|
||||
|
||||
logger utils.Logger
|
||||
}
|
||||
|
||||
func (c *baseFlowController) AddBytesSent(n protocol.ByteCount) {
|
||||
|
||||
Reference in New Issue
Block a user