Replace the printf()s with optional rate limited debugging for RSS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Actually, we've hand-rolled 'ratecheck()'. Would you like to modify your code to use ppsratecheck() instead? That'd make this all much easier.
sys/net/rss_config.h | ||
---|---|---|
105 ↗ | (On Diff #8167) | Use ppsratecheck() here and a global rate limit timeval for RSS. |
Comment Actions
Use ppsratelimit() for doing message rate limiting and and a global rate limit (maxpps, ie. the 3rd parameter of ppsratelimit()) for RSS.