with-authinfo-kludge: Make the listening sockets be non-blocking.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Apr 2016 22:30:30 +0000 (23:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 Apr 2016 19:32:25 +0000 (20:32 +0100)
commit38877c89abae3eaecb71eed85c687ce29780e34e
tree0907ff35484a4bec201d1169d3b8ae57606d8be1
parente0b2f3277cbedeca090d16552c730eb8d40b638b
with-authinfo-kludge: Make the listening sockets be non-blocking.

There's the traditional race if you don't, where a client comes along,
connects, and dies before you get around to accepting.
with-authinfo-kludge