Connections limited to 9 for no reason #566
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-01#566
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just saw, that under windows, you are limited to 9 outgoing connections. This may make sense for systems with Windows XP SP2 (or newer) and Vista SP1 (and older). But not for all other Windows versions.
Therefore I provide a piece of code to detect, if the current version is affected by the TCP half-open limit. Please include in
bitmessagemain.py
and set the connection count to 9 if it returnsTrue
, otherwise set it to 200 and you will get almost instant connection to the network.I dont have any trouble. I am on WinXP. Users shouldnt be running on ancient outdated systems let alone not even latest Service Packs on the Microsoft Platform.
if you are running on XP SP2 or SP3, you are affected by the "maximum 10 half open connections limit"