Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10beb3c commit 3432f2fCopy full SHA for 3432f2f
2 files changed
Doc/library/asyncio-protocol.rst
@@ -25,6 +25,9 @@ the transport's kind.
25
26
The transport classes are :ref:`not thread safe <asyncio-multithreading>`.
27
28
+.. versionchanged:: 3.6
29
+ The socket option ``TCP_NODELAY`` is now set by default.
30
+
31
32
BaseTransport
33
-------------
Doc/whatsnew/3.6.rst
@@ -875,6 +875,9 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0
875
but that use asyncio to handle them.
876
(Contributed by Jim Fulton in :issue:`27392`.)
877
878
+* ``TCP_NODELAY`` flag is now set for all TCP transports by default.
879
+ (Contributed by Yury Selivanov in :issue:`27456`.)
880
881
882
binascii
883
--------
0 commit comments