úÎ)f(¨  Safe-InferredFile range for sendfile. None(Simple binding for sendfile() of Linux.  Used system calls: 7 EntireFile -- open(), stat(), sendfile(), and close() / PartOfFile -- open(), sendfile(), and close() AIf the size of the file is unknown when sending the entire file, ' specifying PartOfFile is much faster. DThe fourth action argument is called when a file is sent as chunks. C Chucking is inevitable if the socket is non-blocking (this is the D default) and the file is large. The action is called after a chunk @ is sent and bofore waiting the socket to be ready for writing. (Simple binding for sendfile() of Linux.  Used system calls: % EntireFile -- stat() and sendfile()  PartOfFile -- sendfile() AIf the size of the file is unknown when sending the entire file, ' specifying PartOfFile is much faster. DThe fourth action argument is called when a file is sent as chunks. C Chucking is inevitable if the socket is non-blocking (this is the D default) and the file is large. The action is called after a chunk @ is sent and bofore waiting the socket to be ready for writing. 3Simple binding for send() and sendfile() of Linux.  Used system calls: ? EntireFile -- send(), open(), stat(), sendfile(), and close() 7 PartOfFile -- send(), open(), sendfile(), and close() AThe fifth header is sent with send() + the MSG_MORE flag. If the C file is small enough, the header and the file is send in a single  TCP packet. AIf the size of the file is unknown when sending the entire file, ' specifying PartOfFile is much faster. DThe fourth action argument is called when a file is sent as chunks. C Chucking is inevitable if the socket is non-blocking (this is the D default) and the file is large. The action is called after a chunk @ is sent and bofore waiting the socket to be ready for writing. 3Simple binding for send() and sendfile() of Linux.  Used system calls: - EntireFile -- send(), stat() and sendfile() % PartOfFile -- send() and sendfile() AThe fifth header is sent with send() + the MSG_MORE flag. If the C file is small enough, the header and the file is send in a single  TCP packet. AIf the size of the file is unknown when sending the entire file, ' specifying PartOfFile is much faster. DThe fourth action argument is called when a file is sent as chunks. C Chucking is inevitable if the socket is non-blocking (this is the D default) and the file is large. The action is called after a chunk @ is sent and bofore waiting the socket to be ready for writing.      None       simple-sendfile-0.2.13Network.SendfileNetwork.Sendfile.TypesNetwork.Sendfile.Linux FileRange PartOfFile rangeOffset rangeLength EntireFilesendfile sendfileFdsendfileWithHeadersendfileFdWithHeaderc_send c_sendfile sendfileloop sendMsgMoresendloop