Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Only compile prvReadSackOption() when TCP sliding windows are used #2029

Merged
merged 2 commits into from
May 26, 2020
Merged

Only compile prvReadSackOption() when TCP sliding windows are used #2029

merged 2 commits into from
May 26, 2020

Conversation

htibosch
Copy link
Contributor

Make compilation of prvReadSackOption() dependent on ipconfigUSE_TCP_WIN

Description

Since the function prvCheckOptions() was split-up into smaller parts, the function prvReadSackOption() was compiled unconditionally.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • My code is Linted.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@qiutongs
Copy link
Contributor

/bot run checks

@qiutongs
Copy link
Contributor

The build errors were due to license problem on our test infra. We are in the process of buying new license for Nuvoton. Once that is done, I will re-run the build checks.

@AniruddhaKanhere
Copy link
Member

AniruddhaKanhere commented May 26, 2020

/bot run checks

Re ran checks after the Keil related build checks were removed.

@qiutongs
Copy link
Contributor

/bot run checks

Re ran checks after the Keil related build checks were removed.

You might forget removing the cmake build checks?

@AniruddhaKanhere
Copy link
Member

/bot run checks
Re ran checks after the Keil related build checks were removed.

You might forget removing the cmake build checks?

Actually I did not remove them. Just saw that Pavan said that the checks have been removed and went ahead. I do not have permissions to remove the checks. :)

@qiutongs qiutongs merged commit ddfa80f into aws:master May 26, 2020
qiutongs pushed a commit that referenced this pull request May 27, 2020
* Only compile prvReadSackOption() when TCP sliding windows are used (#2029)
* Repairing a broken CBMC patch file, thanks to Aniruddha
Co-authored-by: Hein Tibosch <[email protected]>

* Update Nuvoton ethernet project file
Co-authored-by: qiutongs <songqt01@gmail,com>
alfred2g pushed a commit to alfred2g/amazon-freertos that referenced this pull request Jun 2, 2020
…ws#2029)

* Only compile prvReadSackOption() when TCP sliding windows are used (ipconfigUSE_TCP_WIN )

* Repairing a broken CBMC patch file, thanks to Aniruddha

Co-authored-by: Hein Tibosch <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants