Closed vieyahn2017 closed 10 months ago
sendfile() splice() tee()函数
dup和dup2函数
splice系统调用详解
splice()系统调用族探秘 转自:https://www.cnblogs.com/papam/archive/2009/08/27/1555379.html
利用mmap将任意大小的磁盘文件复制到stdout https://blog.csdn.net/GshWooho/article/details/124602234
C语言如何根据文件描述符fd获取文件的大小 https://blog.csdn.net/tiffany_263/article/details/131581489
[c++ - 与fwrite和fread相比,pwrite和pread有何优势? ]
pwrite不能往回移动seek指针
linux几个零拷贝的系统调用,splice,tee,sendfile,vmsplice,有关解读