Skip to content

Remove factor 8 from pacing burst size#418

Merged
mengelbart merged 1 commit into
mainfrom
fix/pacing-factor
Jun 3, 2026
Merged

Remove factor 8 from pacing burst size#418
mengelbart merged 1 commit into
mainfrom
fix/pacing-factor

Conversation

@mengelbart

@mengelbart mengelbart commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Description

Removes the factor 8 from pacing bursts because burst size is already calculated in bits, not bytes. Instead, I added a min burst size to allow at least one packet to be sent.

Reference issue

Fixes #408

@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.01%. Comparing base (e29c4f0) to head (40bf2d0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #418   +/-   ##
=======================================
  Coverage   80.01%   80.01%           
=======================================
  Files          88       88           
  Lines        4608     4608           
=======================================
  Hits         3687     3687           
  Misses        737      737           
  Partials      184      184           
Flag Coverage Δ
go 80.01% <100.00%> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mengelbart mengelbart force-pushed the fix/pacing-factor branch 3 times, most recently from 710fd1a to b0a48bf Compare June 2, 2026 10:06
@mengelbart mengelbart marked this pull request as ready for review June 2, 2026 10:09
@mengelbart mengelbart force-pushed the fix/pacing-factor branch from b0a48bf to 40bf2d0 Compare June 3, 2026 13:49
@mengelbart mengelbart merged commit db44b9e into main Jun 3, 2026
27 of 28 checks passed
@mengelbart mengelbart deleted the fix/pacing-factor branch June 3, 2026 14:16
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.

Misunderstanding in pkg/pacing

2 participants