Himo
Regular
Hi,
I'm using WinSock in C# to send some data to a server(duh). The problem is that I have a loop that does some things other then sending data. After some time, about 10-15 times sending, I get this error:
An established connection was aborted by the software in your host machine
How can I work around this? I know that it probably has something to do with timeouts, but where can I change those settings?
I'm using WinSock in C# to send some data to a server(duh). The problem is that I have a loop that does some things other then sending data. After some time, about 10-15 times sending, I get this error:
An established connection was aborted by the software in your host machine
How can I work around this? I know that it probably has something to do with timeouts, but where can I change those settings?