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

TCP retransmition is not correct #13161

Open
1 task done
ChenChuang-23 opened this issue Aug 26, 2024 · 2 comments
Open
1 task done

TCP retransmition is not correct #13161

ChenChuang-23 opened this issue Aug 26, 2024 · 2 comments
Labels
Arch: arm Issues related to ARM (32-bit) architecture Area: Networking Effects networking subsystem OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working

Comments

@ChenChuang-23
Copy link

Description / Steps to reproduce the issue

tcp retransmission has an exponential regression mechanism. For example, if no ack is received for 1.5 seconds, the first retransmission will be sent. If no ack is received, the second retransmission will be generated after 3s. If an ack is received, the exponential retreat timer resets. But timing doesn't work that way. After receiving an ack for the first retransmission, no reset was performed. The tcp interval becomes larger when the subsequent transmission becomes retransmission.

On which OS does this issue occur?

[Linux]

What is the version of your OS?

ubuntu22.04

NuttX Version

unkown

Issue Architecture

[arm]

Issue Area

[Networking]

Verification

  • I have verified before submitting the report.
@ChenChuang-23 ChenChuang-23 added the Type: Bug Something isn't working label Aug 26, 2024
@github-actions github-actions bot added Arch: arm Issues related to ARM (32-bit) architecture OS: Linux Issues related to Linux (building system, etc) Area: Networking Effects networking subsystem labels Aug 26, 2024
@acassis
Copy link
Contributor

acassis commented Aug 27, 2024

@wengzhe please take a look

@wengzhe
Copy link
Contributor

wengzhe commented Sep 2, 2024

@Meissi-jian Do you have any idea about this? I saw you were modifying retransmission these days #13120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: arm Issues related to ARM (32-bit) architecture Area: Networking Effects networking subsystem OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants