Take ns/m to 4.85, measured against a 6m cable

This commit is contained in:
flamingcow
2026-07-26 15:51:52 -07:00
parent 5676b2b581
commit ab0a8c8759
+1 -1
View File
@@ -635,7 +635,7 @@ func main() {
streams = flag.Int("streams", 7, "independent streams per direction, capped by rx rings; each gets its own ethertype, steered by a flow rule to its own rx queue")
batch = flag.Int("batch", 64, "frames per sendmmsg/recvmmsg call")
nsPerM = flag.Float64("ns-per-m", 5.2, "mean of both directions, per metre of cable")
nsPerM = flag.Float64("ns-per-m", 4.85, "mean of both directions, per metre of cable")
)
flag.Parse()