Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

randomly kill connections on select() out of range failure #6

Merged
merged 1 commit into from Feb 18, 2016

Conversation

chzchzchz
Copy link
Contributor

Although there's some support for throttling open fd's, it's somewhat
unreliable. The upshot is select() continually fails on too many open
connections for popular search terms. Instead of doing nothing and
retrying select() (only to fail again), try to kill off a
non-transferring peer connection.

Although there's some support for throttling open fd's, it's somewhat
unreliable. The upshot is select() continually fails on too many open
connections for popular search terms. Instead of doing nothing and
retrying select() (only to fail again), try to kill off a
non-transferring peer connection.
eLvErDe added a commit that referenced this pull request Feb 18, 2016
randomly kill connections on select() out of range failure
@eLvErDe eLvErDe merged commit 004c4ce into nicotine-plus:master Feb 18, 2016
toofar pushed a commit to toofar/nicotine-plus that referenced this pull request Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants