-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
sendfile syscall #60689
Copy link
Copy link
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
Description
Activity
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
Should we implement the sendfile syscall to TCPStream and/or UDPStream ?
Even if it's not totally portable (Linux and BSD, windows using transmitfile), I may be a convenient way to send a file effectively.