summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_car.c
Commit message (Collapse)AuthorAgeFilesLines
* - Account all node stats at the shape mode.mav2008-03-301-35/+27
| | | | | | - Do not check destination hook presence, it will be done by netgraph. - Use u_int instead of int in some places to simplify type conversions. - Use NG_SEND_DATA_ONLY() macro instead of selfmade equivalent.
* Switch from timeval to bintime, to use 1/(2^20) of seconds instead ofmav2008-03-271-22/+23
| | | | | microseconds. It allows to use bit shifts instead of some heavy 64bit mul/div math operations.
* Add option to set packets per second limits instead of defaultmav2007-12-191-22/+76
| | | | bits per second ones.
* Add missing ng_uncallout() on node shutdown.mav2007-06-131-0/+2
| | | | Approved by: glebius (mentor)
* Fix small copy/paste mistake.mav2007-05-171-1/+1
|
* Style cleanup.mav2007-05-161-101/+90
| | | | Approved by: glebius (mentor)
* A node that implements various traffic shaping and rate limiting algorithms.mav2007-05-151-0/+728
Approved by: glebius (mentor)
OpenPOWER on IntegriCloud