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

common: SimpleMessenger: allow RESETSESSION whenever we forget an endpoint #3915

Merged
1 commit merged into from Mar 11, 2015
Merged

common: SimpleMessenger: allow RESETSESSION whenever we forget an endpoint #3915

1 commit merged into from Mar 11, 2015

Commits on Mar 9, 2015

  1. SimpleMessenger: allow RESETSESSION whenever we forget an endpoint

    In the past (e229f84) we decided to disable
    reset of lossless Pipes, because lossless peers resetting caused trouble and
    they can't forget about each other. But they actually can: if mark_down()
    is called.
    
    I can't figure out how else we could forget about a remote endpoint, so I think
    it's okay if we tell them we reset in order to clean up state. That's desirable
    so that we don't get into strange situations with out-of-whack counters.
    
    Fixes: #10080
    Backport: giant, firefly, dumpling
    
    Signed-off-by: Greg Farnum <gfarnum@redhat.com>
    (cherry picked from commit 8cd1fdd)
    gregsfortytwo authored and ldachary committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    7ed92f7 View commit details
    Browse the repository at this point in the history