Show HN: Go SYN Scanner – 21k Hosts in Under 1s
docs.serviceradar.cloud·14h·
Discuss: Hacker News
Flag this post

Our network discovery workflow used to take longer than a transatlantic flight. A full sweep across 21,000 devices required 19 hours with the TCP connect() scanner we shipped in early 2025. That left ServiceRadar’s inventory stale by the time scans finished. Internally, we challenged ourselves to deliver near-real-time visibility—and the result is a Go-powered SYN scanner that now finishes the same job in under one second.

This post walks through the engineering journey behind that 19,000× speedup: the raw sockets we had to tame, the kernel offloads we embraced, and the Go-level optimizations that made everything click.

Introduction: The Need for Speed

  • The bottleneck. Our orig…

Similar Posts

Loading similar posts...