From: John N. <jn...@gm...> - 2011-06-10 01:58:40
|
I am interested in how to best support the Linux system call splice() within the ST framework, and if this has already been accomplished. http://en.wikipedia.org/wiki/Splice_(system_call) My specific application is a proxy where, after inspecting some of the data, the program would want to have the next "n" bytes transfered directly from the incoming socket to the outgoing. Any pitfalls, comments or suggestions are welcome. Regards, John Newton |