v1.19 2015 Sept 20th p0
Changes since previous tag (Sept 16) :
- Added fd to FileInfo. If fd, is provided, we use that fd and do not open the file. I am currently using pread always. I have to more perf test for pread. Max send is really slow in my new dev server, so need to test for perf in some other machine.
- If connection url was provided, sender ignored file list. Fixed that and
added a test for file info list - Added an option in e2e simple test to test o_direct mode
- Simplifying o_direct code. We should never define macros named O_DIRECT.