aboutsummaryrefslogtreecommitdiff
path: root/contrib/qos
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
|
* Updating Dogecoin references in Contrib filesAlan Cramer2019-07-122-7/+7
| | | | Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
* Add IPv6 support to qos.shJames White2017-01-192-10/+24
|
* [copyright] add MIT license headers to .sh scripts where missingisle29832016-09-111-0/+4
| | | | Years are set according to 'git log' history
* Finished /Contrib Index. Standardized READMEs.super32013-10-151-0/+2
| | | | File and Link Fix.
* Add Linux script to limit outgoing bandwidth used by BitcoinRune K. Svendsen2013-06-032-0/+44
This commit adds a Linux script that uses tc and iptables to limit outgoing bandwidth to Bitcoin nodes. All tcp connections with a source or destination port of 8333 are limited to the chosen rate. It does not alter the incoming bandwidth. Additionally, outgoing bandwidth to a host on a local LAN (defined by the LOCALNET variable) is not limited.