Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pacing interceptor #309

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

mengelbart
Copy link
Contributor

Description

Implements a pacing interceptor separate from congestion control. The interceptor calls back to implementations of the Pacer interface whenever a packet is sent.

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 110 lines in your changes missing coverage. Please review.

Project coverage is 69.49%. Comparing base (c06f448) to head (0674db3).

Files with missing lines Patch % Lines
pkg/pacing/interceptor.go 0.00% 71 Missing ⚠️
pkg/pacing/leaky_bucket_pacer.go 0.00% 39 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
- Coverage   71.38%   69.49%   -1.89%     
==========================================
  Files          79       81       +2     
  Lines        4526     4636     +110     
==========================================
- Hits         3231     3222       -9     
- Misses       1158     1274     +116     
- Partials      137      140       +3     
Flag Coverage Δ
go 69.49% <0.00%> (-1.76%) ⬇️
wasm 67.70% <0.00%> (-1.78%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant