forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MulticastInst
does not use ConfigStore
Problem ------- `MulticastInst` does not use `ConfigStore`. See OpenDDS#4134. Solution -------- Convert `MulticastInst` to use `ConfigStore`. * The following members have been replaced with getters and setters: - default_to_ipv6 - port_offset - group_address - local_address - reliable - syn_backoff - syn_interval - syn_timeout - nak_depth - nak_interval - nak_delay_intervals - nak_max - mak_timeout - ttl - rcv_buffer_size - async_send
- Loading branch information
Showing
18 changed files
with
444 additions
and
205 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
Oops, something went wrong.