aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.hrl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2018-12-14 13:50:16 +0100
committerRaimo Niskanen <[email protected]>2018-12-14 13:50:16 +0100
commit70e2bff30c8f522a7f614ff384e8cd9e08184b9c (patch)
treee5d92576ddf5fbe60e3921ddc86c4c4d40f5d1aa /lib/ssl/src/ssl_connection.hrl
parenta2cdf319505b102c0b8bb192d36a08448d304559 (diff)
parent47369e456a6ffb4652ccb11f7a9e64d34444fd01 (diff)
downloadotp-70e2bff30c8f522a7f614ff384e8cd9e08184b9c.tar.gz
otp-70e2bff30c8f522a7f614ff384e8cd9e08184b9c.tar.bz2
otp-70e2bff30c8f522a7f614ff384e8cd9e08184b9c.zip
Merge branch 'raimo/ssl/tls_dist-optimization' into maint
* raimo/ssl/tls_dist-optimization: Tighten dist app data receive
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r--lib/ssl/src/ssl_connection.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl
index 2f4dfefdda..dc8aa7619b 100644
--- a/lib/ssl/src/ssl_connection.hrl
+++ b/lib/ssl/src/ssl_connection.hrl
@@ -101,7 +101,7 @@
%% The mecahnism is also usefull in TLS although we do not
%% need to worry about packet loss in TLS. In DTLS we need to track DTLS handshake seqnr
flight_state = reliable, %% reliable | {retransmit, integer()}| {waiting, ref(), integer()} - last two is used in DTLS over udp.
- erl_dist_data = #{} :: map(),
+ erl_dist_handle = undefined :: erlang:dist_handle() | undefined,
protocol_specific = #{} :: map()
}).