forked from quic-go/quic-go
replace repo
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"errors"
|
||||
"sync"
|
||||
|
||||
"github.com/quic-go/quic-go/internal/protocol"
|
||||
list "github.com/quic-go/quic-go/internal/utils/linkedlist"
|
||||
"git.geeks-team.ru/gr1ffon/quic-go/internal/protocol"
|
||||
list "git.geeks-team.ru/gr1ffon/quic-go/internal/utils/linkedlist"
|
||||
)
|
||||
|
||||
// byteInterval is an interval from one ByteCount to the other
|
||||
|
||||
Reference in New Issue
Block a user