On 02/18/2014 11:13 PM, valdis.kletni...@vt.edu wrote:
> On Mon, 17 Feb 2014 16:51:37 +0400, Vladimir Davydov said:
>
>> out_fd = eventfd(0, 0);
>> if (out_fd < 0)
>> err(1, "eventfd");
>> ret = sendfile64(out_fd, in_fd, NULL, SIZE);
>> I'm not sure if this i
On Mon, 17 Feb 2014 16:51:37 +0400, Vladimir Davydov said:
> out_fd = eventfd(0, 0);
> if (out_fd < 0)
> err(1, "eventfd");
> ret = sendfile64(out_fd, in_fd, NULL, SIZE);
> I'm not sure if this is actually bad and should be fixed, but perhaps
> it's worth m
2 matches
Mail list logo