summaryrefslogtreecommitdiffhomepage
path: root/paramiko/transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r--paramiko/transport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 4e2ddbcb..467c6727 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -479,6 +479,8 @@ class BaseTransport (threading.Thread):
@param interval: seconds to wait before sending a keepalive packet (or
0 to disable keepalives).
@type interval: int
+
+ @since: fearow
"""
self.keepalive_interval = interval