IPWorks SSH 2020 Python Edition

Questions / Feedback?

client_idle_timeout Property

The idle timeout for this connection.

Syntax

def get_client_idle_timeout(client_id: int) -> int: ...
def set_client_idle_timeout(client_id: int, value: int) -> None: ...

Default Value

0

Remarks

The idle timeout for this connection. This property is similar to default_idle_timeout but may be set on a per-connection basis to override default_idle_timeout. This property specifies the idle timeout (in seconds) for the connected client. When set to a positive value the class will disconnect idle clients after the specified timeout.

This only applies to clients that have not send to received data within the specified number of seconds.

If set to 0 (default) no idle timeout is applied.

Note: do_events must be called in order for the class to check existing connections.

The client_id parameter specifies the index of the item in the array. The size of the array is controlled by the client_count property.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]