parent
9c7f89bf56
commit
a55a9ff3c2
@ -104,7 +104,8 @@ when the server has been bound.
|
|||||||
Start a server listening for connections on the given file descriptor.
|
Start a server listening for connections on the given file descriptor.
|
||||||
|
|
||||||
This file descriptor must have already had the `bind(2)` and `listen(2)` system
|
This file descriptor must have already had the `bind(2)` and `listen(2)` system
|
||||||
calls invoked on it.
|
calls invoked on it. Additionally, it must be set non-blocking; try
|
||||||
|
`fcntl(fd, F_SETFL, O_NONBLOCK)`.
|
||||||
|
|
||||||
#### server.pause(msecs)
|
#### server.pause(msecs)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user