create congestion RTTstats in Session

ref #106
This commit is contained in:
Marten Seemann 2016-10-30 17:27:21 +07:00
parent bb24be8281
commit c8b7246159
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA
3 changed files with 9 additions and 5 deletions

View file

@ -47,9 +47,7 @@ type sentPacketHandler struct {
}
// NewSentPacketHandler creates a new sentPacketHandler
func NewSentPacketHandler() SentPacketHandler {
rttStats := &congestion.RTTStats{}
func NewSentPacketHandler(rttStats *congestion.RTTStats) SentPacketHandler {
congestion := congestion.NewCubicSender(
congestion.DefaultClock{},
rttStats,