func internal/poll.SendFile
3 uses
internal/poll (current package)
sendfile_linux.go#L14: func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) {
net
sendfile_linux.go#L44: written, werr, handled = poll.SendFile(&c.pfd, int(fd), remain)
os
zero_copy_linux.go#L40: written, err, handled = poll.SendFile(pfd, int(fd), 1<<63-1)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |