beecheyp
March 15th, 2004, 01:55 PM
Hi All,
I have a mutilthreaded socket based application built using C++ .Net (unmanaged) running on windows 2000 SP3. Basically over the last couple of weeks I have discovered that the send function (that writes a message to a socket) is returning correctly, yet the message is not being sent anywhere.
Today we used a packet sniffer to actually look at whats going on in the servers TCP/IP stack and the message reportedly being sent correctly appears no where!
How is possible for this to happen? has anyone else had to deal with this? My socket class has not been changed in ages yet this has just started happening.
Any help/ideas would be greatly appreciated as this is a production system!
Many thanks in advance,
Paul.
I have a mutilthreaded socket based application built using C++ .Net (unmanaged) running on windows 2000 SP3. Basically over the last couple of weeks I have discovered that the send function (that writes a message to a socket) is returning correctly, yet the message is not being sent anywhere.
Today we used a packet sniffer to actually look at whats going on in the servers TCP/IP stack and the message reportedly being sent correctly appears no where!
How is possible for this to happen? has anyone else had to deal with this? My socket class has not been changed in ages yet this has just started happening.
Any help/ideas would be greatly appreciated as this is a production system!
Many thanks in advance,
Paul.