diff options
author | Hans Nilsson <[email protected]> | 2016-04-15 17:38:04 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-27 13:36:53 +0200 |
commit | fcaf134960f30f96afd08626c2680be84094e1a9 (patch) | |
tree | bdde2514d4228af5fa724dc5a585c5e83e4030ff /lib/ssh/src/ssh_connect.hrl | |
parent | e21bebd0550c46cbb5d207bdbe4624f727191fda (diff) | |
download | otp-fcaf134960f30f96afd08626c2680be84094e1a9.tar.gz otp-fcaf134960f30f96afd08626c2680be84094e1a9.tar.bz2 otp-fcaf134960f30f96afd08626c2680be84094e1a9.zip |
ssh: Partly refactor and polish ssh_connection_handler
Diffstat (limited to 'lib/ssh/src/ssh_connect.hrl')
-rw-r--r-- | lib/ssh/src/ssh_connect.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connect.hrl b/lib/ssh/src/ssh_connect.hrl index 3860bb3202..47a166dcfd 100644 --- a/lib/ssh/src/ssh_connect.hrl +++ b/lib/ssh/src/ssh_connect.hrl @@ -30,7 +30,7 @@ -define(DEFAULT_WINDOW_SIZE, 10*?DEFAULT_PACKET_SIZE). -define(DEFAULT_TIMEOUT, 5000). --define(MAX_PROTO_VERSION, 255). +-define(MAX_PROTO_VERSION, 255). % Max length of the hello string %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% |