-
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.
Avoid temporary allocations when not using flow controllers
This is a port of #943 * Refs #7013. Uncrustify * Refs #7013. Templating duplicated code. * Refs #7013. Reducing number of scheduled timed events. * Refs #7060. Avoiding usage of RTPSWriterCollector on StatelessWriter. * Refs #7060. Separated methods on StatefulWriter. * Refs #7060. Allow separate sending on async wrtiters. * Refs #7060. Sending separatedly when readers do not share locators. * Refs #7060. Adding ReaderProxy::change_is_unsent. * Refs #7060. Sending all fragments when flow controllers not defined. * Refs #7060. Improving send_changes_separatedly. * Refs #7060. Fixed failing tests. * Refs #7060. When history is empty, async thread just sends heartbeat. * Edit documentation Co-authored-by: IkerLuengo <57146230+IkerLuengo@users.noreply.github.com>
- Loading branch information
1 parent
9b7f143
commit cf59876
Showing
8 changed files
with
908 additions
and
447 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
Oops, something went wrong.