Home
last modified time | relevance | path

Searched defs:pacer (Results 1 – 25 of 121) sorted by relevance

12345

/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 maxDatagramSize protocol.ByteCount
17 lastSentTime time.Time
18 getAdjustedBandwidth func() uint64 // in bytes/s
38 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
48 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
56 func (p *pacer) maxBurstSize() protocol.ByteCount {
65 func (p *pacer) TimeUntilSend() time.Time {
75 func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 lastSentTime time.Time
17 getAdjustedBandwidth func() uint64 // in bytes/s
34 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
44 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
52 func (p *pacer) maxBurstSize() protocol.ByteCount {
60 func (p *pacer) TimeUntilSend() time.Time {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 lastSentTime time.Time
17 getAdjustedBandwidth func() uint64 // in bytes/s
34 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
44 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
52 func (p *pacer) maxBurstSize() protocol.ByteCount {
60 func (p *pacer) TimeUntilSend() time.Time {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dpacer.go14 type pacer struct { struct
15 budgetAtLastSent protocol.ByteCount
16 lastSentTime time.Time
17 getAdjustedBandwidth func() uint64 // in bytes/s
34 func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) {
44 func (p *pacer) Budget(now time.Time) protocol.ByteCount {
52 func (p *pacer) maxBurstSize() protocol.ByteCount {
60 func (p *pacer) TimeUntilSend() time.Time {
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/pacing/
H A Dtask_queue_paced_sender_unittest.cc149 TaskQueuePacedSenderForTest pacer( in TEST() local
189 TaskQueuePacedSenderForTest pacer( in TEST() local
241 TaskQueuePacedSenderForTest pacer( in TEST() local
274 TaskQueuePacedSenderForTest pacer( in TEST() local
311 TaskQueuePacedSenderForTest pacer( in TEST() local
343 TaskQueuePacedSenderForTest pacer( in TEST() local
380 TaskQueuePacedSenderForTest pacer( in TEST() local
442 TaskQueuePacedSenderForTest pacer( in TEST() local
514 TaskQueuePacedSenderForTest pacer( in TEST() local
570 TaskQueuePacedSenderForTest pacer( in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/pacing/
H A Dtask_queue_paced_sender_unittest.cc149 TaskQueuePacedSenderForTest pacer( in TEST() local
188 TaskQueuePacedSenderForTest pacer( in TEST() local
239 TaskQueuePacedSenderForTest pacer( in TEST() local
271 TaskQueuePacedSenderForTest pacer( in TEST() local
307 TaskQueuePacedSenderForTest pacer( in TEST() local
338 TaskQueuePacedSenderForTest pacer( in TEST() local
374 TaskQueuePacedSenderForTest pacer( in TEST() local
435 TaskQueuePacedSenderForTest pacer( in TEST() local
506 TaskQueuePacedSenderForTest pacer( in TEST() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/pacing/
H A Dtask_queue_paced_sender_unittest.cc149 TaskQueuePacedSenderForTest pacer( in TEST() local
188 TaskQueuePacedSenderForTest pacer( in TEST() local
239 TaskQueuePacedSenderForTest pacer( in TEST() local
271 TaskQueuePacedSenderForTest pacer( in TEST() local
307 TaskQueuePacedSenderForTest pacer( in TEST() local
338 TaskQueuePacedSenderForTest pacer( in TEST() local
374 TaskQueuePacedSenderForTest pacer( in TEST() local
435 TaskQueuePacedSenderForTest pacer( in TEST() local
505 TaskQueuePacedSenderForTest pacer( in TEST() local
/dports/security/vault/vault-1.8.2/vendor/github.com/gammazero/workerpool/pacer/
H A DREADME.md1 # pacer chapter
H A Dpacer_test.go1 package pacer package
H A Dpacer.go12 package pacer package
/dports/net/rclone/rclone-1.57.0/lib/pacer/
H A Dtokens_test.go1 package pacer package
H A Dtokens.go3 package pacer package
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/congestion_controller/
H A Dcongestion_controller_unittest.cc51 std::unique_ptr<PacedSender> pacer(pacer_); // Passes ownership. in SetUp() local
219 std::unique_ptr<PacedSender> pacer(new NiceMock<MockPacedSender>()); in TEST_F() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drtp_transport_controller_send.cc25 PacedSender* RtpTransportControllerSend::pacer() { in pacer() function in webrtc::RtpTransportControllerSend
H A Dfake_rtp_transport_controller_send.h44 PacedSender* pacer() override { return paced_sender_; } in pacer() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drtp_transport_controller_send.cc25 PacedSender* RtpTransportControllerSend::pacer() { in pacer() function in webrtc::RtpTransportControllerSend
H A Dfake_rtp_transport_controller_send.h44 PacedSender* pacer() override { return paced_sender_; } in pacer() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/call/
H A Drtp_transport_controller_send.cc25 PacedSender* RtpTransportControllerSend::pacer() { in pacer() function in webrtc::RtpTransportControllerSend
H A Dfake_rtp_transport_controller_send.h44 PacedSender* pacer() override { return paced_sender_; } in pacer() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/congestion_controller/include/
H A Dcongestion_controller.h92 virtual PacedSender* pacer() { return pacer_.get(); } in pacer() function

12345