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

Feature/option backlog #12

Merged
merged 2 commits into from
Nov 27, 2013
Merged

Commits on Nov 22, 2013

  1. Add --backlog option to change listen backlog from command line.

    The listen backlog is currently fixed to the SOMAXCONN value, which is 128.
    SOMAXCONN is sometimes not enough for heavy load servers, so this options increases
    some capacity under some conditions.
    Haruka Iwao committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    36a1291 View commit details
    Browse the repository at this point in the history
  2. start_server: Add --backlog option description to POD

    Haruka Iwao committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    76e26da View commit details
    Browse the repository at this point in the history