Home
last modified time | relevance | path

Searched defs:receivedPacketHistory (Results 1 – 14 of 14) sorted by relevance

/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
80 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
87 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
109 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
123 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
133 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
80 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
87 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
109 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
123 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
133 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
80 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
87 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
109 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
123 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
133 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 …Packet(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
35 …Ranges(p protocol.PacketNumber) bool /* is a new packet (and not a duplicate / delayed packet) */ {
76 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
83 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
105 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
119 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
129 func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.PacketNumber) bool {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber) {
34 func (h *receivedPacketHistory) addToRanges(p protocol.PacketNumber) {
79 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
86 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
108 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
122 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 deletedBelow protocol.PacketNumber
25 func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber) {
34 func (h *receivedPacketHistory) addToRanges(p protocol.PacketNumber) {
79 func (h *receivedPacketHistory) maybeDeleteOldRanges() {
86 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
108 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
122 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 lowestInReceivedPacketNumbers protocol.PacketNumber
28 func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber) error {
78 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
99 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
113 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/ackhandler/
H A Dreceived_packet_history.go12 type receivedPacketHistory struct { struct
13 ranges *utils.PacketIntervalList
15 lowestInReceivedPacketNumbers protocol.PacketNumber
28 func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber) error {
78 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
99 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
113 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/
H A Dreceived_packet_history.go13 type receivedPacketHistory struct { struct
14 ranges *utils.PacketIntervalList
16 lowestInReceivedPacketNumbers protocol.PacketNumber
29 func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber) error {
79 func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) {
100 func (h *receivedPacketHistory) GetAckRanges() []wire.AckRange {
114 func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange {