diff options
author | Ingela Anderton Andin <[email protected]> | 2016-05-04 12:00:09 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-05-04 12:00:09 +0200 |
commit | 4c8fdca47c9e727dfcc1ab2049ffea35cef76b39 (patch) | |
tree | bcbd09adea8774f7eac8367887cad259e0cd2c2e /lib/ssl/src/ssl_internal.hrl | |
parent | 97a1ae6023d728fa603368254a504bddc4dbe73c (diff) | |
parent | 0f782eb6377ddd1e5673c186b8b1a37edd610e4b (diff) | |
download | otp-4c8fdca47c9e727dfcc1ab2049ffea35cef76b39.tar.gz otp-4c8fdca47c9e727dfcc1ab2049ffea35cef76b39.tar.bz2 otp-4c8fdca47c9e727dfcc1ab2049ffea35cef76b39.zip |
Merge branch 'ingela/ssl-gen-statem/OTP-13464'
* ingela/ssl-gen-statem/OTP-13464:
ssl: Adapt DTLS to gen_statem
ssl: Use gen_statem instead of gen_fsm
Diffstat (limited to 'lib/ssl/src/ssl_internal.hrl')
-rw-r--r-- | lib/ssl/src/ssl_internal.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_internal.hrl b/lib/ssl/src/ssl_internal.hrl index 9c52f5a315..076e663cd4 100644 --- a/lib/ssl/src/ssl_internal.hrl +++ b/lib/ssl/src/ssl_internal.hrl @@ -118,7 +118,7 @@ %% undefined if not hibernating, or number of ms of %% inactivity after which ssl_connection will go into %% hibernation - hibernate_after :: boolean() | 'undefined', + hibernate_after :: timeout(), %% This option should only be set to true by inet_tls_dist erl_dist = false :: boolean(), alpn_advertised_protocols = undefined :: [binary()] | undefined , |