Socket Problems on particular machine
-
Hello There, I am looking for a solution of this problem now for weeks. I am using VS .NET 2003 on Windows2000 SP3. I am programming in C#. Creating an instance of a Socket
//Socket Instance m_socket = new Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
results in the following message: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full I have researched on the internet but found no useful information yet. I do not want to connect to a host higher than 5000, and I have 3NIC's installed on my machine. Any help is greatly appreciated. regards, stonee -
Hello There, I am looking for a solution of this problem now for weeks. I am using VS .NET 2003 on Windows2000 SP3. I am programming in C#. Creating an instance of a Socket
//Socket Instance m_socket = new Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
results in the following message: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full I have researched on the internet but found no useful information yet. I do not want to connect to a host higher than 5000, and I have 3NIC's installed on my machine. Any help is greatly appreciated. regards, stonee