diff options
author | Micael Karlberg <[email protected]> | 2018-11-05 14:43:07 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-11-05 14:43:07 +0100 |
commit | f18bd2a88d7bc8519cf5db611c4c530eedecba2a (patch) | |
tree | 184d55f6629706a478b78d17120ff5f6e29cc543 /erts/test/install_SUITE.erl | |
parent | 868950ba50185d68075e0eb14708beb5a7a5a63f (diff) | |
download | otp-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/test/install_SUITE.erl')
0 files changed, 0 insertions, 0 deletions