mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
parent
5e8c6e59f6
commit
30449870e4
5 changed files with 408 additions and 2 deletions
10
utils/packet_interval.go
Normal file
10
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue