Skip to content

Commit

Permalink
Issue python#28089: Document TCP_NODELAY in asyncio
Browse files Browse the repository at this point in the history
Initial patch by Mariatta Wijaya.
  • Loading branch information
1st1 committed Dec 12, 2016
1 parent 10beb3c commit 3432f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/asyncio-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ the transport's kind.

The transport classes are :ref:`not thread safe <asyncio-multithreading>`.

.. versionchanged:: 3.6
The socket option ``TCP_NODELAY`` is now set by default.


BaseTransport
-------------
Expand Down
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,9 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0
but that use asyncio to handle them.
(Contributed by Jim Fulton in :issue:`27392`.)

* ``TCP_NODELAY`` flag is now set for all TCP transports by default.
(Contributed by Yury Selivanov in :issue:`27456`.)


binascii
--------
Expand Down

0 comments on commit 3432f2f

Please sign in to comment.