Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MulticastInst does not use ConfigStore #4241

Merged
merged 1 commit into from Sep 1, 2023

Conversation

jrw972
Copy link
Contributor

@jrw972 jrw972 commented Aug 24, 2023

Problem

MulticastInst does not use ConfigStore. See #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

@jrw972 jrw972 self-assigned this Aug 24, 2023
@jrw972 jrw972 force-pushed the multicast-transport-inst branch 9 times, most recently from db53e19 to ced1c05 Compare August 28, 2023 19:31
@jrw972 jrw972 marked this pull request as ready for review August 29, 2023 14:11
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
@jrw972 jrw972 merged commit b8525c5 into OpenDDS:master Sep 1, 2023
117 of 124 checks passed
@jrw972 jrw972 deleted the multicast-transport-inst branch September 7, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants