Search results for query: *

  1. T

    Question Socket connection aborted by client host on Windows 7

    I found the problem. My Socket server was sending packets with the URG flag set. Windows 7 did not like the way this was being done, I guess.
  2. T

    Question Socket connection aborted by client host on Windows 7

    I have a VB.Net socket client application using the Receive method in a background thread. This has been working great for some time and it is still working great. I am now trying to run this client on Windows 7 instead of Windows XP Pro. What works great on XP does not work well on Windows 7...
Back
Top