Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Account all node stats at the shape mode. | mav | 2008-03-30 | 1 | -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 of | mav | 2008-03-27 | 1 | -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 default | mav | 2007-12-19 | 1 | -22/+76 |
| | | | | bits per second ones. | ||||
* | Add missing ng_uncallout() on node shutdown. | mav | 2007-06-13 | 1 | -0/+2 |
| | | | | Approved by: glebius (mentor) | ||||
* | Fix small copy/paste mistake. | mav | 2007-05-17 | 1 | -1/+1 |
| | |||||
* | Style cleanup. | mav | 2007-05-16 | 1 | -101/+90 |
| | | | | Approved by: glebius (mentor) | ||||
* | A node that implements various traffic shaping and rate limiting algorithms. | mav | 2007-05-15 | 1 | -0/+728 |
Approved by: glebius (mentor) |