[issue8498] Cannot use backlog = 0 for sockets

Daniel Evers report at bugs.python.org
Sat Apr 24 11:42:27 CEST 2010


Daniel Evers <dermojo at googlemail.com> added the comment:

I attached a patch:
The backlog is set to at least 0 instead of 1. I also added a comment that a backlog < 0 can lead to problems and doesn't make sense anyway (so if there are systems that may crash with backlog < 0 this will be avoided).

----------
keywords: +patch
Added file: http://bugs.python.org/file17065/backlog0.diff

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


More information about the Python-bugs-list mailing list