SockTuner 0.7.0-alpha.1
Pre-releaseSockTuner 0.7.0-alpha.1 β hardware capability collection build
Warning
Pre-alpha, in active development (Step 7 of 10). This build is a read-only inventory, diagnostics, and data-collection tool. Tuning writes are locked: it cannot modify your network configuration. It is not a finished product.
What's inside
- Full network inventory: adapters, drivers, NDIS advanced properties, routes, interfaces, bindings, offloads, TCP templates, QoS policies, Winsock catalog.
- Gaming diagnostics: layered latency/jitter/loss probing, path MTU, DNS timing, before/after comparison with local history.
--probemode: a read-only capability report you can share to help development (see below).
Help development in 2 minutes (no install, nothing is changed on your PC)
We are collecting real driver capability data, especially for Intel I219/I225/I226 and Realtek RTL8111/8125 NICs β virtual machines cannot expose these properties.
- Download
SockTuner-0.7.0-alpha.1-win-x64.zipbelow and extract it. No .NET install required (self-contained). - The build is unsigned: Windows SmartScreen will warn you β More info β Run anyway. (Optional: verify the download against the published
.sha256file first.) - Open a terminal in the extracted folder (File Explorer address bar β type
cmdβ Enter) and run:SockTuner.exe --probe - A dialog confirms the report was saved as
socktuner-probe-<timestamp>.jsonon your Desktop. - Send us the file:
- GitHub: open an issue titled
Probe report: <your NIC model>and attach the JSON. - Discord: open a ticket on our server (invite link in the repository sidebar) and attach the JSON.
- GitHub: open an issue titled
Privacy: the report masks your machine name, IP addresses, gateways, DNS servers, routes, and your MAC address (only the vendor prefix is kept). It preserves what we need: NIC model, driver version, PCI vendor/device ID, and every NDIS keyword with its current value, default, and valid range/enum. The file is plain-text JSON β open it and check before sending.
Verify the download (optional)
Get-FileHash .\SockTuner-0.7.0-alpha.1-win-x64.zip -Algorithm SHA256
# compare with the contents of SockTuner-0.7.0-alpha.1-win-x64.zip.sha256Changes
- Add read-only
--probehardware capability mode with redacted, shareable JSON export. - Public release preparation: MIT license, probe instructions, CI badges.
- Dependency updates (Dependabot): test SDK 18.8.1, xunit runner 3.1.5, coverlet 10.0.1, GitHub Actions checkout 7.0.1 / setup-dotnet 6.0.0 / upload-artifact 7.0.1 / download-artifact 8.0.1.