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

Bug 1190 async v2 #1194

Merged
merged 2 commits into from Oct 30, 2014
Merged

Bug 1190 async v2 #1194

merged 2 commits into from Oct 30, 2014

Conversation

inliniac
Copy link
Contributor

For these 2 cases:

1. Missing SYN:
-> syn <= missing
<- syn/ack
-> ack
-> data

2. Missing SYN and 3whs ACK:
-> syn <= missing
<- syn/ack
-> ack <= missing
-> data

Fix session pickup. The next_win settings weren't correctly set, so that
packets were rejected.

Bug 1190.
If we picked up the ssn with a syn/ack, we don't need to make more
assumptions about sack and wscale after that.
@inliniac inliniac merged commit 503cc3d into master Oct 30, 2014
@inliniac inliniac deleted the bug-1190-async-v2 branch October 31, 2014 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants