mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
make the protocol package internal
This commit is contained in:
parent
524ecb5827
commit
f1ada87dcf
133 changed files with 185 additions and 123 deletions
|
@ -2,9 +2,9 @@ package quic
|
|||
|
||||
import (
|
||||
"github.com/lucas-clemente/quic-go/flowcontrol"
|
||||
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
)
|
||||
|
||||
type streamFramer struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue