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

KarpelesLab / slirp / 23944870087
71%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2026 11:37AM UTC
Jobs 1
Files 28
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 11:37AM UTC coverage: 66.835% (-2.3%) from 69.15%
23944870087

push

github

MagicalTux
Replace vclient.TCPConn with vtcp.Conn wrapper

Phase 3.3: The vclient TCP implementation (800+ lines of ad-hoc state
machine, retransmission, congestion control) is replaced by a thin
wrapper around vtcp.Conn.

TCPConn is now 6 methods delegating to vtcp.Conn + unregistration logic.
dialTCP creates a vtcp.Conn and calls Connect(ctx). handleTCP parses
segments and delegates to HandleSegment.

Removed 1693 lines of duplicated TCP implementation:
- Old state machine (tcpState, handleSegment, processACK)
- Old retransmission (onRTOTimeout, startRTO, stopRTO, updateRTO)
- Old keepalive (keepaliveLoop, buildKeepaliveProbe)
- Old segment builders (buildSYN, buildACK, buildFIN, buildDataSegment)
- Old IP packet builder (buildIPPacket)
- All internal tests for the old implementation (keepalive_test.go,
  tcp_internal_test.go) — this functionality is now tested in
  vtcp/conn_test.go

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

56 of 65 new or added lines in 2 files covered. (86.15%)

6 existing lines in 3 files now uncovered.

2904 of 4345 relevant lines covered (66.84%)

8.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
83.82
-3.72% vclient/tcp.go
1
70.71
3.32% vclient/dial.go

Coverage Regressions

Lines Coverage ∆ File
3
85.61
-2.27% vclient/client.go
2
70.71
3.32% vclient/dial.go
1
83.82
-3.72% vclient/tcp.go
Jobs
ID Job ID Ran Files Coverage
1 23944870087.1 03 Apr 2026 11:37AM UTC 28
66.84
GitHub Action Run
Source Files on build 23944870087
  • Tree
  • List 28
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23944870087
  • e1236444 on github
  • Prev Build on master (#23944797218)
  • Next Build on master (#23944942133)
  • 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