Fix WSAEWOULDBLOCK error on Windows•••Making a connection and then immediately accepting it is not synchronous on
Windows; force the accept to block and wait for the connection we just made.
Fix excessive memory use in kqueue•••The maximum number of file descriptors was incorrectly using the OS maximum,
not the process maximum. Thanks to Liath for finding & testing.