Async Socket.BeginReceive triggers SocketException 10054: "An existing connection was forcibly close

P

Peter Vrenken

Hello everyone,

I am stuck with the following problem.
The network infrastructure i am implementing works on my local network using
the ip range 10.0.0.0.
The network is connected to the internet using a router which is instructed
to route all traffic to my desktop pc.
When i ask a friend (which is on another network, but also connected to the
internet to connect to my extern ip, my listening application gets an
connection attemp which i nicely endAccept().
When i attemp to start receiving data by calling the socket's BeginReceive
method i get an SocketException stating that the connection was forcibly
closed by the remote host (10054).
So far i was unable to locate a source with information i could use, but i
guess there must be people out there that have had the same problem as i
have....

Thanks in advance and greetings from the Netherlands....

Peter Vrenken.
http://tamedknowledge.xs4all.nl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top