1iscsi_session_abort_tmo_get(3) API Manual iscsi_session_abort_tmo_get(3)
2
3
4
6 iscsi_session_abort_tmo_get - Retrieve abort response timeout value of
7 specified session
8
10 int32_t iscsi_session_abort_tmo_get (struct iscsi_session *se);
11
13 se Pointer of 'struct iscsi_session'. If this pointer is
14 NULL, your program will be terminated by assert.
15
17 Retrieve the abort response timeout value of specified iSCSI session.
18 The abort response timeout here means the seconds of time to wait for a
19 abort response before before failing the operation and trying session
20 re-establishment. It could be controlled via this setting in isc‐
21 sid.conf:
22
24 int32_t. -1 if not supported.
25
26
27
28July 2023 iscsi_session_abort_tmoi_sgcesti_session_abort_tmo_get(3)