Skip to content

Commit 3990d11

Browse files
committed
Add a comment to base_connection.py
1 parent b6fec8f commit 3990d11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netmiko/base_connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ def __init__(
176176
# Connect timeouts
177177
# ssh-connect --> TCP conn (conn_timeout) --> SSH-banner (banner_timeout)
178178
# --> Auth response (auth_timeout)
179+
# For telnet 'conn_timeout' is mapped to main telnet timeout (which is used for both the
180+
# telnet connection and for other blocking operations).
179181
conn_timeout: int = 10,
180182
# Timeout to wait for authentication response
181183
auth_timeout: Optional[int] = None,

0 commit comments

Comments
 (0)