]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: fix variables for stateful connection
authorYingxin Cheng <yingxin.cheng@intel.com>
Wed, 7 Aug 2019 14:25:07 +0000 (22:25 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 12 Aug 2019 09:02:42 +0000 (17:02 +0800)
commit04f8a35d792e445ef2fc0b476a3a834ae0d9cfa1
tree63804e6266b9f332e82c476e94e8880b2479e1fd
parent469a9cda73dde8a1884d30a7231ade3b8b4ed7dd
crimson/net: fix variables for stateful connection

server_cookie, client_cookie, connect_seq and global_seq are identifiers
of a stateful connection.

We already have some related implementations, but they are stub code
when implement lossy policy and cannot work properly.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/net/ProtocolV2.cc