]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerPrashant D <pdhange@redhat.com>
Wed, 5 Jun 2019 03:18:39 +0000 (23:18 -0400)
commit53981459b71e8d935f71f010d1ff3d5fe6eb9706
treef6e45ed4f42331aba729033b57d7b73275860de6
parent26da8a5558289c91da1c9595875fa3b2c844f00f
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>
(cherry picked from commit 1d464221d998376561c102c83d3127e646815bbb)

Conflicts:
src/common/legacy_config_opts.h : Resolved for ms_connection_idle_timeout
src/common/options.cc : Resolved for ms_connection_idle_timeout
src/msg/simple/Pipe.cc : rename ms_tcp_read_timeout to ms_connection_idle_timeout
src/common/legacy_config_opts.h
src/common/options.cc
src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc
src/test/librados/watch_notify.cc
src/test/msgr/test_msgr.cc