ceph: fix msgr to keep sent messages until acked
authorSage Weil <sage@newdream.net>
Sun, 14 Feb 2010 04:29:31 +0000 (20:29 -0800)
committerSage Weil <sage@newdream.net>
Sun, 14 Feb 2010 04:29:31 +0000 (20:29 -0800)
The test was backwards from commit b3d1dbbd: keep the message if the
connection _isn't_ lossy.  This allows the client to continue when the
TCP connection drops for some reason (network glitch) but both ends
survive.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found