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

[core] Minor ACK variables clean up. #761

Merged
merged 4 commits into from
Sep 13, 2019

Conversation

maxsharabayko
Copy link
Collaborator

@maxsharabayko maxsharabayko commented Jul 16, 2019

  • m_ullACKInt_tk used at initialization
  • Removed unused m_iACKPeriod from FileCC
  • ACK event variant type changed to signed integer
  • SrtCongestionControlBase: renamed ACKInterval() -> ACKMaxPackets()
  • SrtCongestionControlBase: renamed ACKPeriod() -> ACKTimeout_us()
  • Added ATR_OVERRIDE to FECFilterBuiltin::arqLevel()

Fixes #253 - no warnings during build in Travis.

@maxsharabayko maxsharabayko added Priority: Low [core] Area: Changes in SRT library core labels Jul 16, 2019
@maxsharabayko maxsharabayko added this to the v.1.3.3 milestone Jul 16, 2019
@maxsharabayko maxsharabayko requested a review from ethouris July 16, 2019 16:19
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch 2 times, most recently from 74ded65 to 69eb974 Compare July 17, 2019 12:40
Copy link
Collaborator

@ethouris ethouris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some expl and possibly fix

@maxsharabayko maxsharabayko modified the milestones: v.1.3.3, v.1.3.4 Jul 21, 2019
@maxsharabayko maxsharabayko modified the milestones: v1.3.4, v1.4.0 Aug 19, 2019
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch from 69eb974 to 66d87ff Compare September 3, 2019 16:28
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch 6 times, most recently from b69733c to e5133a0 Compare September 13, 2019 10:47
@maxsharabayko maxsharabayko marked this pull request as ready for review September 13, 2019 10:50
Copy link
Collaborator

@ethouris ethouris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider removing extra destructors with empty body in the derived classes.

@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch from e5133a0 to a9d7153 Compare September 13, 2019 11:29
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch from d2836c7 to bd10cd4 Compare September 13, 2019 17:49
* m_ullACKInt_tk used at initialization
* Removed unused m_iACKPeriod from FileCC
* ACK event variant type changed to signed integer
* SrtCongestionControlBase: renamed ACKInterval() -> ACKMaxPackets()
* SrtCongestionControlBase: renamed ACKPeriod() -> ACKTimeout_us()
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch from bd10cd4 to 5bfefab Compare September 13, 2019 18:20
@maxsharabayko maxsharabayko force-pushed the develop/ack_timers_mnor branch from 5bfefab to 67b71cb Compare September 13, 2019 18:29
@rndi rndi merged commit d7cbf97 into Haivision:master Sep 13, 2019
@maxsharabayko maxsharabayko deleted the develop/ack_timers_mnor branch March 16, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Priority: Low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPE: ACK node overwritten message (impact unknown)
3 participants