This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients gvanrossum, valdemar.pavesi, vstinner, yselivanov
Date 2016-06-08.20:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465419136.25.0.0344302664592.issue27271@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-06-08 20:52:16yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, valdemar.pavesi
2016-06-08 20:52:16yselivanovsetmessageid: <1465419136.25.0.0344302664592.issue27271@psf.upfronthosting.co.za>
2016-06-08 20:52:16yselivanovlinkissue27271 messages
2016-06-08 20:52:16yselivanovcreate