@@ -87,22 +87,6 @@ commits].*
8787 their fee income. See [ Newsletter #20 ] [ ] for a recent instance where
8888 this may have happened to a large mining pool.
8989
90- - [ Bitcoin Core #14336 ] [ ] changes the system call (syscall) Bitcoin Core
91- uses to handle network connections and other resources on platforms
92- that support an alternative syscall (only Linux for now). On a
93- Debian GNU/Linux x86_64 system tested by Optech, this increased the
94- maximum allowed number of connections from 865 to 9,999. Please note,
95- developers strongly advise against increasing the maximum number of
96- connections unless you have a special need for more connections. For
97- each peer you have after your first peer, you increase the amount of
98- bandwidth overhead used by your node and by all of your peers. The
99- default minimum of 8 and maximum of 125 peers were chosen to provide
100- enough connections to ensure robust relaying but also to not create so
101- much bandwidth overhead that the network would be excessively
102- wasteful. As relay improvements are implemented (see the News section
103- of [ Newsletter #26 ] [ ] ), Bitcoin Core developers may adjust these
104- defaults.
105-
10690- [ C-Lightning #2172 ] [ ] allows ` lightningd ` to be shutdown normally even
10791 if it's operating as the primary process (PID 1), which can be useful
10892 in Docker containers. This is, for example, how the open source
@@ -132,7 +116,7 @@ commits].*
132116 future states are planned.
133117
134118{% include references.md %}
135- {% include linkers/issues.md issues="14565,14811,14336, 2172,2188,2374,2354" %}
119+ {% include linkers/issues.md issues="14565,14811,2172,2188,2374,2354" %}
136120{% include linkers/github-log.md
137121 refname="core commits"
138122 repo="bitcoin/bitcoin"
0 commit comments