[issue27456] TCP_NODELAY

Yury Selivanov report at bugs.python.org
Tue Jul 5 12:15:00 EDT 2016


Yury Selivanov added the comment:

See also https://github.com/python/asyncio/issues/286

I also wanted to raise this question.  I think transports should set NODELAY by default (as Golang, for instance).  I've been hit by this thing a few times already -- performance of protocols over TCP is terrible because somebody forgot to set this flag.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27456>
_______________________________________


More information about the Python-bugs-list mailing list