From 388cb01060e53e90a171ac469dcbba4c5c0a5e09 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 9 Nov 2013 03:21:19 +0000 Subject: [PATCH] Fix NopInInterval README info to show that a NOP-In will timeout when NopInTimeout seconds and not the RspTimeout seconds has passed without getting a response. Signed-off-by: Mike Christie git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5094 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 2 +- iscsi-scst/README_in-tree | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/README b/iscsi-scst/README index 46b20b179..86e89ddd0 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -305,7 +305,7 @@ Each target subdirectory contains the following entries: - NopInInterval - defines interval between NOP-In requests, which the target will send on idle connections to check if the initiator is still alive. If there is no NOP-Out reply from the initiator in - RspTimeout time, the corresponding connection will be closed. Default + NopInTimeout seconds, the corresponding connection will be closed. Default is 30 seconds. If it's set to 0, then NOP-In requests are disabled. - NopInTimeout - defines the maximum time in seconds a NOP-In request diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index 41c4f520f..e76287e91 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -139,7 +139,7 @@ Each target subdirectory contains the following entries: - NopInInterval - defines interval between NOP-In requests, which the target will send on idle connections to check if the initiator is still alive. If there is no NOP-Out reply from the initiator in - RspTimeout time, the corresponding connection will be closed. Default + NopInTimeout seconds, the corresponding connection will be closed. Default is 30 seconds. If it's set to 0, then NOP-In requests are disabled. - NopInTimeout - defines the maximum time in seconds a NOP-In request