Home
last modified time | relevance | path

Searched defs:ByteCount (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
19 SetMaxDatagramSize(protocol.ByteCount)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Duration
12 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
13 CanSend(bytesInFlight protocol.ByteCount) bool
15 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
16 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Duration
12 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
13 CanSend(bytesInFlight protocol.ByteCount) bool
15 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
16 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go11 TimeUntilSend(bytesInFlight protocol.ByteCount) time.Time
13 …cketSent(sentTime time.Time, bytesInFlight protocol.ByteCount, packetNumber protocol.PacketNumber,…
14 CanSend(bytesInFlight protocol.ByteCount) bool
16 …OnPacketAcked(number protocol.PacketNumber, ackedBytes protocol.ByteCount, priorInFlight protocol.…
17 …OnPacketLost(number protocol.PacketNumber, lostBytes protocol.ByteCount, priorInFlight protocol.By…
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/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/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
35 EnsureMinimumWindowSize(protocol.ByteCount)
37 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/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/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
35 EnsureMinimumWindowSize(protocol.ByteCount)
37 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
38 EnsureMinimumWindowSize(protocol.ByteCount)
40 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/
H A Dinterface.go8 UpdateSendWindow(protocol.ByteCount)
9 AddBytesSent(protocol.ByteCount)
11 AddBytesRead(protocol.ByteCount)
23 UpdateHighestReceived(offset protocol.ByteCount, final bool) error
39 EnsureMinimumWindowSize(protocol.ByteCount)
41 IncrementHighestReceived(protocol.ByteCount) error

12345678910>>...43