On Fri, Feb 24, 2023 at 1:27 PM Mateusz Guzik <m...@freebsd.org> wrote: > > The branch main has been updated by mjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=83158c68934b4fae6897bbe1694cf9a7f4b9c0b1 > > commit 83158c68934b4fae6897bbe1694cf9a7f4b9c0b1 > Author: Mateusz Guzik <m...@freebsd.org> > AuthorDate: 2023-02-23 12:49:11 +0000 > Commit: Mateusz Guzik <m...@freebsd.org> > CommitDate: 2023-02-24 19:26:36 +0000 > > time: s/ppsratecheck/eventratecheck > > The routine is used as a general event-limiting routine in places which > have nothing to do with packets. > > Provide a define to keep everything happy. > > Reviewed by: rew > Sponsored by: Rubicon Communications, LLC ("Netgate") > Differential Revision: https://reviews.freebsd.org/D38746 > ---
This should probably also be added to share/man/man9/ratecheck.9. Thanks, Kyle Evans