From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Fri, 2 Sep 2005 18:00:55 +0400

> sock_sendfile() and generic_file_sendpage() were implemented
> and presented in the attached patch.
> Such methods allows to use sendfile() for any file descriptor <-> file
> descriptor usage, especially usefull it is in the case socket -> file,
> when there are no copy_from_user() cases when writing the data.

I do not understand the socket sendfile() implementation, you
seem to just be looping back the data to recvmsg().  How does
this work?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to