dogecoin/contrib/qos
Alan Cramer 0354bf7ef6 Updating Dogecoin references in Contrib files
Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
2019-07-12 21:31:54 +00:00
..
README.md Updating Dogecoin references in Contrib files 2019-07-12 21:31:54 +00:00
tc.sh Updating Dogecoin references in Contrib files 2019-07-12 21:31:54 +00:00

QoS (Quality of service)

This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Dogecoin network. It limits outbound TCP traffic with a source or destination port of 22556, but not if the destination IP is within a LAN.

This means one can have an always-on dogecoind instance running, and another local dogecoind/dogecoin-qt instance which connects to this node and receives blocks from it.