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

stream: improve tracking with pkt loss in async #1192

Merged
merged 1 commit into from
Oct 29, 2014

Commits on Oct 29, 2014

  1. stream: improve tracking with pkt loss in async

    If 3whs SYN/ACK and ACK are missing we can still pick up the session if
    in async-oneside mode.
    
    -> syn
    <- syn/ack <= missing
    -> ack     <= missing
    -> data
    
    Bug 1190.
    victorjulien committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    aa38f10 View commit details
    Browse the repository at this point in the history