Skip to content

Commit

Permalink
Merge branch 'master' into release/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javmorcas committed Jun 6, 2018
2 parents 9a7f000 + a850686 commit ed13c9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcDoc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ Previously, the *RTI Perftest* default was to use only the `UDPv4` transport.
This did not, however, always lead to the best results when testing between
applications within the same machine; it also differed from *RTI Connext DDS*
default behavior, which enables the use of both `UDPv4` and Shared Memory (`SHMEM`).
Now, *RTI Perftest*'s new default behavior is the same as *RTI Connext DDS*'s one.
Now, *RTI Perftest*'s new default behavior is the same as *RTI Connext DDS*: It
enables the use of both `UDPv4` and `SHMEM`.

This change improves the out-of-the-box user experience, getting better numbers
when using the default configuration.
Expand Down Expand Up @@ -180,8 +181,8 @@ In previous releases the *Traditional* and *Modern* C++ implementations were tri
include `sys/time.h`, but this file might not exist in certain operating systems including
certain VxWorks platforms.

This issue has been fixed, as this library is not needed in *RTI Perftest* for VxWorks
platforms anymore.
This issue has been fixed, since this library is not needed in the *VxWorks* platforms,
*RTI Perftest* excludes `sys/time.h` when compiling for *VxWorks*.

Release Notes 2.3.2
-------------------
Expand Down

0 comments on commit ed13c9b

Please sign in to comment.