Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jul 2010 01:29:01 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Ming Fu <Ming.Fu@watchguard.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: kern/123095 kern/131602 sendfile
Message-ID:  <4C34FFAD.6050504@icyb.net.ua>
In-Reply-To: <7C3D15DD6E8F464998CA1470D8A322F302BB9F72@ES02CO.wgti.net>
References:  <7C3D15DD6E8F464998CA1470D8A322F302BB9F72@ES02CO.wgti.net>

next in thread | previous in thread | raw e-mail | index | archive | help
on 07/07/2010 20:24 Ming Fu said the following:
>         flags = fcntl(s, F_GETFL);
>         flags |= O_NONBLOCK;
>         fcntl(s, F_SETFL);

Seems like flags parameter is missing in the last call.
That shouldn't trigger the bug though.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C34FFAD.6050504>