Matt Ranney

Results 8 issues of Matt Ranney

The algorithm for TCP retransmissions isn't quite right.

feature

Selective ACK, or "SACK" is a more efficient optimization to TCP's ACK behavior that is carried in the TCP options header. Most modern operating systems support this, but not all...

While the builtin Go parser does work, its syntax is somewhat unexpected for many users.

The current set of "friendly" command line resolutions are potentially only useful to the production environment where this program was originally developed. We should: - [ ] add a command...

The Linux kernel doesn't necessarily update these stats as often we poll for them. Hopefully there is a tunable on the Linux side we can use to get more accurate...

This could be because we aren't giving termui enough data, or it could be a bug in our fork of termui.

On the termui "top procs" pane, a top process is only shown as long as it remains in the "top" as defined by the sorting scheme. If it drops out...

There is a lot of funny business with benchmarking node programs due to V8's very clever GC and recompilation behavior. To work around this, I suggest running each test several...