aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-09-19 18:21:47 +0200
committerMicael Karlberg <[email protected]>2018-09-19 18:22:41 +0200
commite01a856c993b55c3fbc76fd429783d4aad5bfc80 (patch)
tree5f379d3d987703295133a6489bbbe97ac5a1f9b7 /erts/preloaded/ebin
parenta866bd04c5ce5f418f0e11685713af2992ef0ce8 (diff)
downloadotp-e01a856c993b55c3fbc76fd429783d4aad5bfc80.tar.gz
otp-e01a856c993b55c3fbc76fd429783d4aad5bfc80.tar.bz2
otp-e01a856c993b55c3fbc76fd429783d4aad5bfc80.zip
[socket-nif] Add proper connect and accept timeout handling
Added proper connect and accept timeout handling. Made use of the enif_select(mode = cancel) feature. Each time a timeout expires, the previous operation (connect or accept) has to be cancelled (actually its the select operation that has to be cancelled). Only partial implementation of cancel for now (connect and accept). More to follow... OTP-14831
Diffstat (limited to 'erts/preloaded/ebin')
-rw-r--r--erts/preloaded/ebin/socket.beambin66152 -> 65868 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam
index e6a33337ba..2475dce37b 100644
--- a/erts/preloaded/ebin/socket.beam
+++ b/erts/preloaded/ebin/socket.beam
Binary files differ