-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collection of data and notification to listeners RTPS_PACKETS_LOST (#…
…1956) * Refs 11450. Added OutputTrafficManager. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11450. Added OutputTrafficManager to UDP transport. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11450. Added OutputTrafficManager to TCP transport. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Sepparate processing of timestamp and sequence. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Loss accountance and notification. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Send destination locator on statistics submessage. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Test transport updates sequencing info on packet drops. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11450. Explicitly use boolean expression for carry operations. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Added RTPS_LOST callback to RTPSStatisticsTests. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 10795. Linter. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Added test for unordered packets. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Avoid processing datagrams in the past. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Account for full message size. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Linters. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Avoid unused var warning. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Avoid unused parameter warning. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Prevent side effects on length accounting. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Correct naming of private vars. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Use correct length on write_small_sample. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 11562. Fix asio include on ListenerTests. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
- Loading branch information
1 parent
836e0d3
commit cc7be2f
Showing
12 changed files
with
468 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.