Skip to content

TCP Tracker doesn't reorder packets correctly #162

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

Open
D8207 opened this issue Mar 12, 2015 · 2 comments
Open

TCP Tracker doesn't reorder packets correctly #162

D8207 opened this issue Mar 12, 2015 · 2 comments

Comments

@D8207
Copy link

D8207 commented Mar 12, 2015

I'm listening to data recv and data send events and trying to concatenate data to reconstruct the stream. It seems the result becomes incorrect when a packet loss / retransmission happens.

@jmaxxz
Copy link
Collaborator

jmaxxz commented Mar 12, 2015

Seems to be same problem as described in #1

@lafeuil
Copy link

lafeuil commented Oct 19, 2015

In the event data recv and data send events, why is there not the tcp sequence number in parameter ?
So, when you receive data with this events, you can reorder or replace it.
What do you think about this solution ?

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

No branches or pull requests

3 participants