aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin/socket.beam
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-11-05 14:43:07 +0100
committerMicael Karlberg <[email protected]>2018-11-05 14:43:07 +0100
commitf18bd2a88d7bc8519cf5db611c4c530eedecba2a (patch)
tree184d55f6629706a478b78d17120ff5f6e29cc543 /erts/preloaded/ebin/socket.beam
parent868950ba50185d68075e0eb14708beb5a7a5a63f (diff)
downloadotp-f18bd2a88d7bc8519cf5db611c4c530eedecba2a.tar.gz
otp-f18bd2a88d7bc8519cf5db611c4c530eedecba2a.tar.bz2
otp-f18bd2a88d7bc8519cf5db611c4c530eedecba2a.zip
[socket-nif] Add "partial success" to sendmsg
The sendmsg function attempts to send *one message*. But its possible for the underlying software to fail to send the *entire* message. So, instead of retrying itself, as send does, the sendmsg function will now instead return with {ok, Remaining}, leaving it to the caller to decide what to do. OTP-14831
Diffstat (limited to 'erts/preloaded/ebin/socket.beam')
-rw-r--r--erts/preloaded/ebin/socket.beambin68564 -> 69380 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam
index 480f86334c..d3bc7c7af0 100644
--- a/erts/preloaded/ebin/socket.beam
+++ b/erts/preloaded/ebin/socket.beam
Binary files differ