Skip to content

TCP recieves invalid packets during longer transmissions #40

Open
@fido2020

Description

During a longer TCP transmission (such as downloading a file with curl), after a while the packets will become invalid, with invalid checksum and sequence numbers as follows:

[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0x82ff, should be: 0x83ff) seq: 2589917952
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0x9bff, should be: 0x9cff) seq: 3799647232
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0x66ff, should be: 0x67ff) seq: 1256457472
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0xf4ff, should be: 0xf5ff) seq: 3800499712
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0xe5fe, should be: 0xe6fe) seq: 3404662272
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0xb6ff, should be: 0xb7ff) seq: 43584512
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0x98fe, should be: 0x99fe) seq: 184028672
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0xe7ff, should be: 0xe8ff) seq: 3664977152
[WARN]    [Network] [TCP] Dropping Packet (invalid checksum 0x8dfe, should be: 0x8efe) seq: 2462392832

To reproduce:

  • Make sure in Kernel/src/Debug.cpp, debugLevelNetwork is at least DebugLevelNormal
  • Run in terminal curl -O api.lemonos.org/Clearnight.jpg

The packets are completely valid when inspected in Wireshark.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions