From 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 Mon Sep 17 00:00:00 2001 From: super3 Date: Tue, 15 Oct 2013 23:14:30 -0400 Subject: Finished /Contrib Index. Standardized READMEs. File and Link Fix. --- contrib/qos/README | 3 --- contrib/qos/README.md | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 contrib/qos/README create mode 100644 contrib/qos/README.md (limited to 'contrib/qos') diff --git a/contrib/qos/README b/contrib/qos/README deleted file mode 100644 index f419685744..0000000000 --- a/contrib/qos/README +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Bitcoin network. It limits outbound TCP traffic with a source or destination port of 8333, but not if the destination IP is within a LAN (defined as 192.168.x.x). - -This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it. diff --git a/contrib/qos/README.md b/contrib/qos/README.md new file mode 100644 index 0000000000..5e0a975fc6 --- /dev/null +++ b/contrib/qos/README.md @@ -0,0 +1,5 @@ +### Qos ### + +This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Bitcoin network. It limits outbound TCP traffic with a source or destination port of 8333, but not if the destination IP is within a LAN (defined as 192.168.x.x). + +This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it. -- cgit v1.2.3