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: only allow packets to come in order, out of order packets should be ignored. #34

Closed
joexbayer opened this issue Apr 6, 2023 · 1 comment
Labels
Kernel Part of the kernel Networking

Comments

@joexbayer
Copy link
Owner

No description provided.

@joexbayer joexbayer added Kernel Part of the kernel Networking labels Apr 6, 2023
@joexbayer
Copy link
Owner Author

Check if sock->tcp->sequence is equal to the hdr->seq in tcp_parse state TCP_ESTABLISHED.
Might need to consider byte order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kernel Part of the kernel Networking
Projects
None yet
Development

No branches or pull requests

1 participant