Files
v2fly/external/github.com/lucas-clemente/quic-go/internal/utils/streamframe_interval.go
T

10 lines
245 B
Go

package utils
import "v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/protocol"
// ByteInterval is an interval from one ByteCount to the other
type ByteInterval struct {
Start protocol.ByteCount
End protocol.ByteCount
}