Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
We have developed a mail server. Server is connected with more than one network. So the server should listen on all the IPs. So we are iterating through the loop of all the IPs. But we are facing the following error :

System.Net.Sockets.SocketException: A blocking operation was interrupted by a call to WSACancelBlockingCall

And because of this error, the server is listening only on the first IP in the loop. So can anyone explain in detail why is this error coming and what should be done to resolve this error??







Thanks and Regards,
Patel Riddhi
Posted
Comments
Rick Shaub 29-Apr-11 9:15am    
Hi, some code snippets would be helpful here.

1 solution

One problem might be in case you the passive port set 1400 - 1410. Try opening it up in the router.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900