C/Visual C - Winsock error 10035

 
Vista:

Winsock error 10035

Publicado por Jose (1 intervención) el 30/01/2007 08:50:08
Hola, estoy haciendo una aplicación cliente servidor que usa sockets UPD.
El problema es que cada cierto tiempo durante un par de segundos en el servidor deja de enviar información dando continamente el error "Winsock error 10035".
Según he buscado en internet la descripción del error 10035 es esta:

Here are two situations in which you might see Winsock error 10035:
* You're trying to send a massive amount of information through the socket, so the output buffer of the system becomes full.
* You're trying to send data through the socket to the remotehost, but the remotehost input buffer is full (because its receiving data slower than you're sending it).

Pero no me convence mucho, ya que la red en la que están conectados los clientes y el servidor es un 1 giga, se envían información constantemente pero no como para saturar la red...
A ver si alguien me puede decir porque me da este error... Muchas gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder