Skip to content

asyncio: set TCP_NODELAY flag by default #71643

@jimfulton

Description

@jimfulton
mannequin
BPO 27456
Nosy @vstinner, @jimfulton, @vmagamedov, @socketpair, @1st1
PRs
  • bpo-27456: Ensure TCP_NODELAY is set on linux #4231
  • bpo-27456: asyncio: Fix _set_nodelay() for non-blocking socket #4233
  • Backport bpo-27456: Ensure TCP_NODELAY is set on linux 3.6 #4897
  • [3.6] bpo-27456: Ensure TCP_NODELAY is set on linux (GH-4231) #4898
  • bpo-27456: Simplify sock type checks #4922
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-12-16.02:54:32.507>
    created_at = <Date 2016-07-05.15:27:48.626>
    labels = ['expert-asyncio', 'performance']
    title = 'asyncio: set TCP_NODELAY flag by default'
    updated_at = <Date 2017-12-20.07:18:20.545>
    user = 'https://github.com/jimfulton'

    bugs.python.org fields:

    activity = <Date 2017-12-20.07:18:20.545>
    actor = 'socketpair'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-16.02:54:32.507>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2016-07-05.15:27:48.626>
    creator = 'j1m'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 27456
    keywords = ['patch']
    message_count = 22.0
    messages = ['269826', '269831', '269836', '269837', '269838', '269839', '269840', '269841', '269857', '269933', '274251', '275907', '275908', '305432', '305435', '305437', '305438', '308436', '308441', '308627', '308640', '308706']
    nosy_count = 6.0
    nosy_names = ['vstinner', 'j1m', 'vmagamedov', 'socketpair', 'python-dev', 'yselivanov']
    pr_nums = ['4231', '4233', '4897', '4898', '4922']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue27456'
    versions = ['Python 3.4', 'Python 3.5']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions