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

add option to control the listen backlog #143

Closed
grobian opened this issue Jan 28, 2016 · 0 comments
Closed

add option to control the listen backlog #143

grobian opened this issue Jan 28, 2016 · 0 comments

Comments

@grobian
Copy link
Owner

grobian commented Jan 28, 2016

currently the listen backlog is hardwired to 3, which isn't even near to sufficient on machines that handle 10K+ of connections per second, so we should be able to increase the backlog there.

This should allow resolving the
possible SYN flooding on port 2003. Sending cookies.
message

grobian added a commit that referenced this issue Jan 29, 2016
use the -B flag to set the listen backlog for TCP and UNIX connections

Closes issue #143
@grobian grobian closed this as completed Jan 29, 2016
pkittenis pushed a commit to pkittenis/carbon-c-relay that referenced this issue Feb 3, 2016
use the -B flag to set the listen backlog for TCP and UNIX connections

Closes issue grobian#143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant