Connection problems using TCP/IP sockets under Vista
Windows API
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody! I've developed a server application that receives TCP/IP connections from some devices located in the local network. These devices are not PCs. Under XP everything goes fine, but under Windows Vista this TCP/IP connections stop receiving information after some hours. Information is being sent every 4 seconds through the socket (and I'm sure about it). Looks like Vista 'disables' this connections for some reason... I've read something about auto-tuning TCP/IP reception window, which I've disabled, but it still doesn't work. Does anybody have an idea why this happens? Thanks!