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 vstinner
Recipients vstinner, xtreak
Date 2018-09-06.08:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536223684.94.0.56676864532.issue34587@psf.upfronthosting.co.za>
In-reply-to
Content
Linux RDS manual page says:
https://linux.die.net/man/7/rds

"The receive queue size limits how much data RDS will put on the receive queue of a socket before marking the socket as congested. When a socket becomes congested, RDS will send a congestion map update to the other participating hosts, who are then expected to stop sending more messages to this port."

=> "other participating hosts (...) are (...) expected to stop sending"

By design, it seems like the Python unit test is going to fail, so I suggest to remove the test.

I don't think that the role of Python is to check how the kernel handles congestion on local RDS sockets.
History
Date User Action Args
2018-09-06 08:48:04vstinnersetrecipients: + vstinner, xtreak
2018-09-06 08:48:04vstinnersetmessageid: <1536223684.94.0.56676864532.issue34587@psf.upfronthosting.co.za>
2018-09-06 08:48:04vstinnerlinkissue34587 messages
2018-09-06 08:48:04vstinnercreate