Post
Topic
Board Bitcoin Discussion
Re: Bitcoin Core 28.0 Released
by
nc50lc
on 09/10/2024, 07:39:30 UTC
The default peer connection limit going up to 125 is also cool —more connections mean better network stability as more people pile in.
I don't know where you got that info, but it always been the default connection count even in older versions.
Maybe you misunderstood the reply above yours?

Here's the DEFAULT_MAX_PEER_CONNECTIONS in Bitcoin Core v28.x branch: https://github.com/bitcoin/bitcoin/blob/28.x/src/net.h#L77
in Bitcoin Core v24.x branch: https://github.com/bitcoin/bitcoin/blob/24.x/src/net.h#L77
in old Bitcoin Core v0.12.0 release:https://github.com/bitcoin/bitcoin/blob/v0.12.0/src/net.h#L63