internalize ackhandler and congestion

This commit is contained in:
Marten Seemann
2018-02-01 17:22:23 +08:00
parent 94c98861d5
commit 3b82628dbe
47 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ package flowcontrol
import (
"time"
"github.com/lucas-clemente/quic-go/congestion"
"github.com/lucas-clemente/quic-go/internal/congestion"
"github.com/lucas-clemente/quic-go/internal/protocol"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"