Files
libiscsi/lib
hongleiwang 29e626c0f4 feat: add iscsi_reset_next_reconnect interface
When an iSCSI connection enters the reconnection phase, the backoff
time (next_reconnect) increases with reconnection retry_cnt. However,
if the client detects that the target has recovered before reaching
next_reconnect, calling iscsi_reconnect/iscsi_force_reconnect has no
any effect, making fast reconnection impossible.

This patch introduces an interface to reset next_reconnect, so that
the client can reset the backoff time upon detecting target recovery
and achieve faster reconnection.

Resolves: https://github.com/sahlberg/libiscsi/issues/428

Signed-off-by: raywang <honglei.wang@smartx.com>
2024-10-30 18:29:33 +08:00
..
2024-05-04 19:34:06 -07:00
2020-02-28 21:54:49 -08:00
2024-05-04 19:34:06 -07:00
2023-06-06 13:29:52 +08:00
2024-05-04 19:34:06 -07:00
2024-04-09 16:06:35 +02:00
2024-05-04 19:34:06 -07:00