fix bench

This commit is contained in:
Ruediger Klaehn
2026-01-29 14:50:48 +02:00
parent 6676762910
commit 01a7654dde
+1 -1
View File
@@ -53,7 +53,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
group.throughput(criterion::Throughput::Bytes(TOTAL_BYTES as u64));
let gso_segments = if gso_enabled {
send_state.max_gso_segments()
send_state.max_gso_segments(&dst_addr)
} else {
NonZeroUsize::MIN
};