forked from quic-go/quic-go
make utils an internal package
This commit is contained in:
10
internal/utils/packet_interval.go
Normal file
10
internal/utils/packet_interval.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package utils
|
||||
|
||||
import "github.com/lucas-clemente/quic-go/protocol"
|
||||
|
||||
// PacketInterval is an interval from one PacketNumber to the other
|
||||
// +gen linkedlist
|
||||
type PacketInterval struct {
|
||||
Start protocol.PacketNumber
|
||||
End protocol.PacketNumber
|
||||
}
|
||||
Reference in New Issue
Block a user