• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / slirp / 23946466579
71%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2026 12:40PM UTC
Jobs 1
Files 27
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Apr 2026 12:39PM UTC coverage: 75.207% (+0.08%) from 75.13%
23946466579

push

github

MagicalTux
Implement RFC 3649 HighSpeed TCP congestion control

HighSpeed TCP (HSTCP) replaces NewReno as the default congestion control
algorithm. It uses more aggressive increase/decrease functions for large
congestion windows, scaling much better on high-BDP networks.

RFC 3649 implementation:
- a(w) increase function: grows faster than standard TCP when w > 38 segs
- b(w) decrease function: less severe backoff for large windows (0.1 at
  High_Window vs 0.5 for standard TCP)
- Below Low_Window (38 segments): identical to standard NewReno
- Parameters: Low_Window=38, High_Window=83000, High_Decrease=0.1

Configurable via ConnConfig.CongestionControl: "highspeed" (default) or
"newreno" for standard RFC 5681 behavior.

Throughput improvements (100MB transfers, 5-second cap):
  Clean:    570 MB/s  (was 291)
  5ms RTT:   80 MB/s  (was 31)
  25ms RTT:  17.6 MB/s (was 7.1)
  50ms RTT:   8.2 MB/s (was 4.0)
  10% reorder: 14.3 MB/s (was 0.3)

Stress tests updated: transferUntil() streams data up to 100MB or 5
seconds, giving steady-state throughput measurements instead of
small-transfer ramp-up artifacts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

74 of 94 new or added lines in 2 files covered. (78.72%)

2809 of 3735 relevant lines covered (75.21%)

17168.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
18
83.67
-6.49% vtcp/congestion.go
2
59.09
0.06% vtcp/conn.go
Jobs
ID Job ID Ran Files Coverage
1 23946466579.1 03 Apr 2026 12:40PM UTC 27
75.21
GitHub Action Run
Source Files on build 23946466579
  • Tree
  • List 27
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23946466579
  • 8d2c218a on github
  • Prev Build on master (#23946241323)
  • Next Build on master (#23948093786)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc