fix: TCP reassembled packets being mistakenly identified as retransmi… - #11909
Merged
Merged
Conversation
Contributor
Author
|
@codex review一下这个提交 回复用中文 |
Contributor
Author
|
@claude review一下这个提交 回复用中文 |
Contributor
|
Claude encountered an error after 2m 52s —— View job I'll analyze this and get back to you. |
yuanchaoa
force-pushed
the
fix-tcp-reassembled-as-retrans
branch
from
September 21, 2026 07:48
0f6fdbf to
42b57f1
Compare
Contributor
Author
|
@claude review一下这个提交 回复用中文 |
Contributor
|
Claude encountered an error after 8m 42s —— View job 正在审查 PR 修改
|
yuanchaoa
force-pushed
the
fix-tcp-reassembled-as-retrans
branch
2 times, most recently
from
September 21, 2026 08:20
6d9e6c0 to
f1287ef
Compare
…ssions * 连续3个包,长度都是100,如果1和2聚合在tcp重传中会创建1-200的记录 * 后面2和3聚合为100-300和上次记录有重叠判定为重传 * 修改为添加 raw_payload_len单独用作重传的判定
yuanchaoa
force-pushed
the
fix-tcp-reassembled-as-retrans
branch
from
September 21, 2026 08:35
f1287ef to
2380594
Compare
kylewanginchina
approved these changes
Sep 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

…ssions
This PR is for:
fix: TCP reassembled packets being mistakenly identified as retransmi…
Steps to reproduce the bug
Changes to fix the bug
Affected branches
Checklist