commit | b1c54967381062bccef7db574b8e84f48a0eca76 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:05:38 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:05:38 2010 +0000 |
tree | 61af78425836dcb0891283994152df9c0e1b6556 | |
parent | f4061dac607d9bc2b3af0b72da5e8917428d869e [diff] |
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, where supported by the system. Patch by Nikita Vetoshkin.