commit | 47d1d0dc30a81f507fd51cd4c2abfaec735fdf13 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue May 10 19:16:03 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue May 10 19:16:03 2011 +0200 |
tree | 8d3cfe4bebda74e33650984ba8d8f7594e26a545 | |
parent | 351761236adc0196160370d09d818ffa7d4238ac [diff] |
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in order to accept exactly one connection. Patch by Daniel Evers.