aditya118 / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Unable to bind socket in Windows 7 #388

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I used only mongoose.h and mongoose.c file (V3.3) and tried to start 
mongoose with port and directory information.
2. The code fails when mongoose try to bind the socket with specified IP 
address. Windows retrun 10013 for getlasterror call.

What is the expected output? What do you see instead?
Bind function should bind the socket and IP address without any error.

What version of the product are you using? On what operating system?
Mongoose 3.3 with Windows 7

Please provide any additional information below.
When the same code is built and run on Windows XP there were no issues!

Original issue reported on code.google.com by rj.natraj on 5 Dec 2012 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by valenok on 25 Dec 2012 at 11:31