[issue27271] asyncio lost udp packets

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


Yury Selivanov added the comment:

> I think we could lose inside the network, but we cannot lose inside of our application.

UDP is fundamentally unreliable. It *will* lose data even over UNIX sockets.

----------

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


More information about the Python-bugs-list mailing list