Subject: Re: sendto: No buffer space available?
To: vianney rancurel <Vianney.Rancurel@epita.fr>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-net
Date: 09/22/1999 12:32:40
> What is the best thing to do for an application which encounters "No buffer s
> space available". Delaying, retrying immediately? *

Rewrite to not send so much? :-) (i.e., add flow control, etc.,)

What protocol  & socket type? 

It really depends on context.  some delaying is probably the right
answer; an immediate retry will probably produce the same answer.

					- Bill