net.server_select: Remove socket.sleep call from main loop
authordaurnimator <quae@daurnimator.com>
Mon, 19 Jan 2015 19:05:37 +0000 (14:05 -0500)
committerdaurnimator <quae@daurnimator.com>
Mon, 19 Jan 2015 19:05:37 +0000 (14:05 -0500)
commitfd40329f79c503efb5c79926964d272a08c83177
treef5c0c356cc8d254574f63730c9f5e3378ef9cc38
parentbf4f942c3e1e919ee7f9d91992e19556499e5fdd
net.server_select: Remove socket.sleep call from main loop

It's been there since the start; but should really not be required.
People can remember an issue with FreeBSD that this solved, but this was a hack solution anyway.
If that issue rears it's head again, we will solve it properly.
net/server_select.lua