mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.7.4-release
Peter Griess
15 years ago
committed by
Ryan Dahl
1 changed files with 15 additions and 2 deletions
Loading…
Reference in new issue