0
Reply

Asynchronous Socket Server Problem

james Last

james Last

May 24 2006 5:23 AM
1.5k

Hi,

I have written an asychronous socket based on the microsoft example below :-

http://msdn2.microsoft.com/en-gb/5w7b7x5f.aspx

My app is connected to multiple clients which connect to the PC my app is on through a switch which is connected to a Network card.However the company server is also connected to the PC but on a different network card and this is causing problems as it seems to be blocking the data on the other network card

Can I block the card (in the asynchronous socket server code) that is connected to the company LAN so that the asynchronous socket ignores data from the company server/LAN?

Thanks
Macca