Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that FD passing is in master, it'd be great to be able to use a received socket (which has already had bind(2) and listen(2) called on it) to fire up a new net.Server instance. This patch adds a net.Server.listenFD() method which will start up the accept watcher on the provided FD.
- Loading branch information