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

[IPv6] Allow buffer length to be greater than IP packet in IPv6. #927

Merged
merged 6 commits into from
Jun 22, 2023

Conversation

ActoryOu
Copy link
Member

[IPv6] Allow buffer length to be greater than IP packet in IPv6.

Description

The change is made by @htibosch.

Thanks @htibosch to notify that SAM driver returns more buffer length than size of IP packet.
SAM driver puts some data in the buffer and it increases the buffer length than size of packet. So we made this change to allow data length to be greater than IPv6 packets.

Test Steps

Below scenarios are tested (by @htibosch) on both IPv4/IPv6:

  • DNS
  • UDP
  • TCP
  • Ping
  • IPERF3

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

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

Copy link
Contributor

@htibosch htibosch left a comment

Choose a reason for hiding this comment

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

Thank you Actory for creating this PR. I approve it.

@tony-josi-aws tony-josi-aws merged commit a04227d into FreeRTOS:dev/IPv6_integration Jun 22, 2023
@ActoryOu ActoryOu deleted the AllowMoreLength branch June 26, 2023 02:58
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.

5 participants