HomePhabricator

Add Linux script to limit outgoing bandwidth used by Bitcoin
2002bceac5b8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Add Linux script to limit outgoing bandwidth used by Bitcoin

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.

Details

Provenance
Rune K. Svendsen <runesvend@gmail.com>Authored on Jun 3 2013, 10:15
deadalnixPushed on May 14 2017, 22:04
Parents
rABCfa9e5adddda0: Merge pull request #2672 from Diapolo/Qt_testnet
Branches
Unknown
Tags
Unknown

Event Timeline

Rune K. Svendsen <runesvend@gmail.com> committed rABC2002bceac5b8: Add Linux script to limit outgoing bandwidth used by Bitcoin (authored by Rune K. Svendsen <runesvend@gmail.com>).Jun 3 2013, 10:15