]> granicus.if.org Git - python/commit
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
authorYury Selivanov <yury@magic.io>
Sat, 16 Dec 2017 00:32:25 +0000 (19:32 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 00:32:25 +0000 (19:32 -0500)
commite796b2fe26f220107ac50667de6cc86c82b465e3
treecdf3d558b8686983e5de71ea5783770eb415ea8d
parent4ac5150e068a3a795ef00465f6dff51747b62b91
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2017-11-02-11-57-41.bpo-27456.snzyTC.rst [new file with mode: 0644]