aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin/socket.beam
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-06-25 15:48:16 +0200
committerMicael Karlberg <[email protected]>2019-06-26 15:06:16 +0200
commit67341a69b6593cac1b973354cc25c8f3a564fe2a (patch)
tree22e09721bd0f858257104a6c4a364dc7af6e1272 /erts/preloaded/ebin/socket.beam
parent37338e9876e911d5b019a7f5dda3a7ffc34f8d0b (diff)
downloadotp-67341a69b6593cac1b973354cc25c8f3a564fe2a.tar.gz
otp-67341a69b6593cac1b973354cc25c8f3a564fe2a.tar.bz2
otp-67341a69b6593cac1b973354cc25c8f3a564fe2a.zip
[esock] Counters for individual sockets
We already had the counters. But we did not entirely handle counter wrap, especially in related to 'iow' (Inform On Wrap). There was also no way to get to the counter values, so a socket specific info function was implemented (piggy back on the existing "global" info function). And since, we have it, we also add other info in the returned map (number of readers, writers and acceptors). OTP-15818
Diffstat (limited to 'erts/preloaded/ebin/socket.beam')
-rw-r--r--erts/preloaded/ebin/socket.beambin75584 -> 75844 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam
index c4680c2baa..42959cac4b 100644
--- a/erts/preloaded/ebin/socket.beam
+++ b/erts/preloaded/ebin/socket.beam
Binary files differ