Skip to content

v1.19 2015 Sept 20th p0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 21 Sep 04:25

Changes since previous tag (Sept 16) :

  1. 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.
  2. If connection url was provided, sender ignored file list. Fixed that and
    added a test for file info list
  3. Added an option in e2e simple test to test o_direct mode
  4. Simplifying o_direct code. We should never define macros named O_DIRECT.