Skip to content

Conversation

xv-thomas-leong
Copy link
Contributor

@xv-thomas-leong xv-thomas-leong commented Apr 30, 2025

Description

When INITIAL_PLPMTU probe failed, MIN_PLPMTU is tried but the base is not updated. Since the calculation of the next probe size is based on the base, it never drops below INITIAL_PLPMTU.

Setting base to MIN_PLPMTU would fix this issue.

How Has This Been Tested?

Manually tested

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All active GitHub checks are passing
  • The correct base branch is being used, if not main

When INITIAL_PLPMTU probe failed, MIN_PLPMTU is tried but the base is
not updated. Since calculation of the next probe size is based on the
base, it never drops below INITIAL_PLPMTU.

Setting base to MIN_PLPMTU would fix this issue.
@xv-thomas-leong xv-thomas-leong requested a review from a team as a code owner April 30, 2025 09:15
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.

2 participants