Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh: Add {active, false} to ssh listen socket
The ssh acceptor process listens for connections and spawns a process to handle each new connection that it accepts. The ownership of the accepted socket will be transfered to the new process that will handle the incomming messages. Before the ownership is transfered the socket should be in {active, false} or the acceptor process may receive data aimed for the connection. As the accept socket inherits the listen options we set {active, false} there.
- Loading branch information