diff options
author | Hans Nilsson <[email protected]> | 2015-08-20 14:40:39 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-08-25 15:40:13 +0200 |
commit | 2564e317e34fe7f928bf6e234998b295848a5c91 (patch) | |
tree | 84238b065c7e993633b6383561d3ffd602d49242 /lib/ssh/src/ssh.hrl | |
parent | a93087eafd98bf60b9611c807d0074d304e93383 (diff) | |
download | otp-2564e317e34fe7f928bf6e234998b295848a5c91.tar.gz otp-2564e317e34fe7f928bf6e234998b295848a5c91.tar.bz2 otp-2564e317e34fe7f928bf6e234998b295848a5c91.zip |
ssh: add extra random length padding in packets
A new experimental option 'max_random_length_padding', not documented so it might change...
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 8df5ee820c..462c98f503 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -124,6 +124,7 @@ recv_sequence = 0, keyex_key, keyex_info, + random_length_padding = 255, % From RFC 4253 section 6. %% User auth user, |