Linux網絡編程--sendfile零拷貝高效率發送文件

本博文介紹使用sendfile函數進行零拷貝發送文件,實現高效數據傳輸,並對其進行驗證。 那麼什麼是sendfile呢? linux系統使用man sendfile,查看sendfile原型如下: #include <sys/sendfile.h>        ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count)
相關文章
相關標籤/搜索