Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 284873] [tcf][agent] Zerocopy splice from file descriptor

https://bugs.eclipse.org/bugs/show_bug.cgi?id=284873  
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx>  2009-08-06 16:25:45 -0400 ---
After applying "Splice offset fix" patch, I changed the code to use pread()
instead of read() when an offset is given. Added pread() emulation for Windows
in mdep.c.
Committed.
Thanks.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top