Re: Increasing socket send buffer size

2006-08-24 Thread Igor Robul
On Tue, Aug 22, 2006 at 11:20:16AM -0700, Chuck Swiger wrote: On Aug 21, 2006, at 8:50 PM, Brett Glass wrote: I'm working with a system in which a program is failing because it sometimes tries to write more data to a stream socket than will fit. It reports that it can't write to the socket

Re: Increasing socket send buffer size

2006-08-22 Thread Chuck Swiger
On Aug 21, 2006, at 8:50 PM, Brett Glass wrote: I'm working with a system in which a program is failing because it sometimes tries to write more data to a stream socket than will fit. It reports that it can't write to the socket because it's out of buffer space, then dies ungracefully.

Increasing socket send buffer size

2006-08-21 Thread Brett Glass
I'm working with a system in which a program is failing because it sometimes tries to write more data to a stream socket than will fit. It reports that it can't write to the socket because it's out of buffer space, then dies ungracefully. What's the best solution to this problem? The only