What steps will reproduce the problem?
1. Initiate the RawSocket using client.IO.StartRawSocket()
What is the expected output? What do you see instead?
My program should load like normal but instead it breaks in RawSocket.cs
and highlights this line:
mainSocket.IOControl(IOControlCode.ReceiveAll, //Equivalent to
SIO_RCVALL constant
//of Winsock 2
byTrue,
byOut);
Original issue reported on code.google.com by joebingham07@gmail.com on 18 Mar 2009 at 7:31
Original issue reported on code.google.com by
joebingham07@gmail.com
on 18 Mar 2009 at 7:31