[issue27271] asyncio lost udp packets

Yury Selivanov report at bugs.python.org
Wed Jun 8 16:52:16 EDT 2016


Yury Selivanov added the comment:

Even if you increase buffers you will lose data over UDP.  The reason can be the network, or the kernel may simply skip sending the data.

To work with buffer sizes use transport.set_write_buffer_limits

----------

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


More information about the Python-bugs-list mailing list