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
It would be nice to expose splice(2) (http://man7.org/linux/man-pages/man2/splice.2.html) on Linux which contrarily to sendfile(2) it can be used to also receive files in a "zero-copy fashion".
Once added, pyftpdlib can take advantage of splice() in order to receive files more quickly.
The text was updated successfully, but these errors were encountered:
It would be nice to expose splice(2) (http://man7.org/linux/man-pages/man2/splice.2.html) on Linux which contrarily to sendfile(2) it can be used to also receive files in a "zero-copy fashion".
Once added, pyftpdlib can take advantage of splice() in order to receive files more quickly.
The text was updated successfully, but these errors were encountered: