]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
AsyncConnection: set out seq for message when sending ready
authorHaomai Wang <haomaiwang@gmail.com>
Sun, 21 Jun 2015 16:16:59 +0000 (00:16 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Sun, 21 Jun 2015 16:31:52 +0000 (00:31 +0800)
commitc71a2f5a6b1ad4e2122b15aa16d87ad5afaab595
tree4f72d82d29831ba68d4e35e06aa475ba0959c02c
parentf335648b7c58f23f5ac39928c604edd14c8ce5c8
AsyncConnection: set out seq for message when sending ready

Otherwise it will result in higher priority but later message to be issued
firstly, then peer will receive out-of-order message seq

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/msg/async/AsyncConnection.cc