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?
ThanksMacca