• 4 Posts
  • 11 Comments
Joined 5 months ago
cake
Cake day: February 23rd, 2026

help-circle



  • Comparison is the thief of joy 🙃

    Though if I push my scanner hard it could probably do 16k/sec on the single core and 1gig connection it is on. The problem is how reliably I could do 16k/sec over the network, since a good portion would be dropped even if the host’s hardware could keep up.

    I’d probably need access to enterprise-level equipment that could handle the routing load if I were to do it in 5 seconds lol, it’s insane they managed to do that







  • I gave it some further thought and I might be completely misguided to try and max throughput. Datagrams are completely connectionless and therefore can’t know if your router’s send buffer is full or not, unless I’m missing something internal between the kernel and the router that makes sendto block (which AFAIK only happens when the socket’s send buffer is full). Therefore most “extra” datagrams I send would just be dropped anyways. I know ICMP was a dated method of congestion control but have no idea if it would still be in use for simple pings.

    Edit: apparently source quench is a thing but still, no clue if the kernel intercepts this or if it is even sent in 2026 due to deprecation