STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to