]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg: rename ms_tcp_read_timeout to ms_connection_idle_timeout
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 2 Mar 2019 06:12:12 +0000 (14:12 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 3 Apr 2019 07:10:13 +0000 (15:10 +0800)
commit1d464221d998376561c102c83d3127e646815bbb
tree5e2251b75b44808ce458bd2615bd15f1dd559d04
parentfc46584480f20093d90b6e43ad1c9887d265a9ad
msg: rename ms_tcp_read_timeout to ms_connection_idle_timeout

The old naming is confusing, e.g., it actually indicates we should tear
down the underlying connection which has no read/write activities
at both sides (namely connection is idle) for over 15 minutes.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/legacy_config_opts.h
src/common/options.cc
src/msg/async/AsyncConnection.cc
src/test/librados/watch_notify.cc
src/test/msgr/test_msgr.cc