aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_options.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-03-30 17:17:34 +0200
committerHans Nilsson <[email protected]>2017-04-04 17:25:41 +0200
commit1cc5affef1dee69e5cb4b7d4aca0465e1072d4d9 (patch)
treefb513fa4ff588f9dcaf21a080bdcf6b545a54b69 /lib/ssh/src/ssh_options.erl
parent31e9b9c4d3ace33b03eec13d2d0ed22de7a865ab (diff)
downloadotp-1cc5affef1dee69e5cb4b7d4aca0465e1072d4d9.tar.gz
otp-1cc5affef1dee69e5cb4b7d4aca0465e1072d4d9.tar.bz2
otp-1cc5affef1dee69e5cb4b7d4aca0465e1072d4d9.zip
ssh: idle_timer on daemon - implementation
Diffstat (limited to 'lib/ssh/src/ssh_options.erl')
-rw-r--r--lib/ssh/src/ssh_options.erl12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ssh/src/ssh_options.erl b/lib/ssh/src/ssh_options.erl
index a882a01eaf..55f9c6bdc8 100644
--- a/lib/ssh/src/ssh_options.erl
+++ b/lib/ssh/src/ssh_options.erl
@@ -490,12 +490,6 @@ default(client) ->
class => user_options
},
- {idle_time, def} =>
- #{default => infinity,
- chk => fun check_timeout/1,
- class => user_options
- },
-
%%%%% Undocumented
{keyboard_interact_fun, def} =>
#{default => undefined,
@@ -548,6 +542,12 @@ default(common) ->
class => user_options
},
+ {idle_time, def} =>
+ #{default => infinity,
+ chk => fun check_timeout/1,
+ class => user_options
+ },
+
%% This is a "SocketOption"...
%% {fd, def} =>
%% #{default => undefined,