Benjamin Peterson <benja...@python.org> added the comment:

I think it might be better to rewrite the test to use a local tcp server. At 
least on Linux, I think trying to connect to a socket with a full accept queue 
should have equivalent beahvior. You could also be fancier, set up a network 
namespace, and actually drop all SYN packets with iptables.

----------

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

Reply via email to