[haiku-gsoc] Re: Licensing questions

  • From: Vivek Roy <vivekroyandroid@xxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Mon, 12 Jun 2017 01:00:38 +0530

One last hurdle (for now): ppsratecheck
<http://xref.plausible.coop/source/xref/freebsd-current/sys/kern/kern_time.c#1052>
.

The documentation says:

/*
* ppsratecheck(): packets (or events) per second limitation.
*
* Return 0 if the limit is to be enforced (e.g. the caller
* should drop a packet because of the rate limitation).
*
* maxpps of 0 always causes zero to be returned.  maxpps of -1
* always causes 1 to be returned; this effectively defeats rate
* limiting.
*
* Note that we maintain the struct timeval for compatibility
* with other bsd systems.  We reuse the storage and just monitor
* clock ticks for minimal overhead.
*/

Any Haiku equivalent?

Other related posts: