Re: Patch for linux ABI for MSG_NOSIGNAL and out of order tcp packet issue

2005-01-18 Thread Don Lewis
On 18 Jan, David Malone wrote: > On Tue, Jan 18, 2005 at 03:18:42PM -, Steven Hartland wrote: >> The attached patch checks for >> MSG_NOSIGNAL and if set enables SO_NOSIGPIPE >> for the duration of send call. > > I just had a quick look at the patch. The patch should probably > use kern_setsoc

Re: Patch for linux ABI for MSG_NOSIGNAL and out of order tcp packet issue

2005-01-18 Thread David Malone
On Tue, Jan 18, 2005 at 03:18:42PM -, Steven Hartland wrote: > The attached patch checks for > MSG_NOSIGNAL and if set enables SO_NOSIGPIPE > for the duration of send call. I just had a quick look at the patch. The patch should probably use kern_setsockopt, which will simplify it considerably.

Re: Patch for linux ABI for MSG_NOSIGNAL and out of order tcp packet issue

2005-01-18 Thread John Baldwin
On Tuesday 18 January 2005 10:18 am, Steven Hartland wrote: > After digging around and getting some information from Alfred > at Valve ( the makers of HalfLife ) I've found the reason for > HalfLife 2 server ( CounterStrike Source ) crashing when > using rcon under FreeBSD. > The problem is that al

Patch for linux ABI for MSG_NOSIGNAL and out of order tcp packet issue

2005-01-18 Thread Steven Hartland
After digging around and getting some information from Alfred at Valve ( the makers of HalfLife ) I've found the reason for HalfLife 2 server ( CounterStrike Source ) crashing when using rcon under FreeBSD. The problem is that although their code was setting MSG_NOSIGNAL on the send() call this was