Issue #28089: Document TCP_NODELAY in asyncio

Initial patch by Mariatta Wijaya.
This commit is contained in:
Yury Selivanov 2016-12-12 16:44:58 -05:00
parent 10beb3cfef
commit 3432f2f47c
2 changed files with 6 additions and 0 deletions

View file

@ -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
-------------