Page MenuHomeFreeBSD

icmp: when logging ICMP ratelimiting message use correct jitter value
ClosedPublic

Authored by glebius on Mar 22 2024, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 4:52 AM
Unknown Object (File)
Sat, Oct 19, 1:08 AM
Unknown Object (File)
Sat, Oct 19, 1:08 AM
Unknown Object (File)
Fri, Oct 18, 11:11 PM
Unknown Object (File)
Wed, Oct 16, 10:52 PM
Unknown Object (File)
Oct 1 2024, 9:38 AM
Unknown Object (File)
Sep 18 2024, 6:01 PM
Unknown Object (File)
Sep 18 2024, 8:59 AM
Subscribers

Details

Summary

The limiting of the very last second has been done using certain jitter
value. We update the jitter for the next second. But the logging should
report the jitter before the change.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 23 2024, 3:38 AM
zlei added a subscriber: zlei.

Looks good to me.