Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize networking before running connect()
This commit adds a setup_networking function. On most platforms it does nothing. However, on Windows it calls `wsa_startup`. This ensures that all networking is set up before anything else is called. Closes #182 Signed-off-by: John Nunley <dev@notgull.net>
- Loading branch information