If we could do a zero-copy send() from userspace, there would be no need for sendfile() in the first place. IOW, { data = mmap(fd, ...); ...; ...
確定! 回上一頁