From 0b551e2fe8444081237f67dafd2fcdbb556e7761 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 8 Jan 2021 23:50:21 -0600 Subject: [PATCH] Create 161.md --- docs/forum/bitcoin-forum/161.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/forum/bitcoin-forum/161.md diff --git a/docs/forum/bitcoin-forum/161.md b/docs/forum/bitcoin-forum/161.md new file mode 100644 index 0000000..3c4fd34 --- /dev/null +++ b/docs/forum/bitcoin-forum/161.md @@ -0,0 +1,26 @@ +--- +layout: forum +title: 'Re: Feature Request: Limiting Connections' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 161 +date: 2010-07-02 22:20:20 UTC +original: https://bitcointalk.org/index.php?topic=223.msg1929#msg1929 +--- + +# Re: Feature Request: Limiting Connections + +--- + +``` +Re: Feature Request: Limiting Connections +July 02, 2010, 10:20:20 PM + +I reduced max outbound connections from 15 to 8 in RC4. + +15 was way more than we needed for redundancy. 8 is still plenty of redundancy. + +As the nodes upgrade to this version, this will cut in half the number of connections that inbound accepting nodes get. + +If anyone wants more than 8 connections, they can open port 8333 on their firewall. +```