The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-listen-fd-cluster.js @ 6f043940

History | View | Annotate | Download (4.5 KB)

# Date Author Comment
e733dc3b 06/13/2012 03:24 PM isaacs

Fix #3388 Support listening on file descriptors

This implements server.listen({ fd: <filedescriptor> }). The fd should
refer to an underlying resource that is already bound and listening, and
causes the new server to also accept connections on it.

Not supported on Windows. Raises ENOTSUP.