You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on how far back we need to support we could use copy_file_range() for things as well (it doesn’t require one of the file descriptors to be a pipe, but it requires Linux 4.5).
On Linux, we should try to use
splice()
rather than the standard read/write stuff for operations involving pipes. This mostly affectssh
.The text was updated successfully, but these errors were encountered: