Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-975

TCP backlog is capped at 1280

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.0.2
    • Core
    • None

    Description

      The backlog argument for listen(int fd, int backlog) describes the maximum backlog size. Currently it is calculated as 10 * SOMAXCONN where SOMAXCONN == 128 which leads to a hard cap of 1280 connections. This limit should be changed to some large value (INT_MAX or something) so that it would always exceed the configured system value.

      Attachments

        Activity

          People

            markus makela markus makela
            markus makela markus makela
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.