From: Michael A. <ya...@ya...> - 2011-06-10 13:21:00
|
> I am interested in how to best support the Linux system call splice() within the ST framework Welcome. Start by studying the documentation for and implementations of st_read() and st_write(). Then write st_splice() based on what you learned. You will have to use the SPLICE_F_NONBLOCK flag. I wonder if an st_splice_fully() and an st_splice_resid() also make sense to implement? Please let us know how it goes. |