diff options
author | Lukas Larsson <[email protected]> | 2013-10-07 17:24:11 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-10-07 17:24:11 +0200 |
commit | 5ee95f1f10f879a9caec67248c27e74dacbf276d (patch) | |
tree | 42dc7c80174154357373c1ba9e614d15dc2c8bf7 /lib/kernel/src/inet_int.hrl | |
parent | 036727ce61cfbd51ece3d20a07d33c10c035ecec (diff) | |
parent | 1e6c600111fac2cf564bcdfab0230ffd70cb30c3 (diff) | |
download | otp-5ee95f1f10f879a9caec67248c27e74dacbf276d.tar.gz otp-5ee95f1f10f879a9caec67248c27e74dacbf276d.tar.bz2 otp-5ee95f1f10f879a9caec67248c27e74dacbf276d.zip |
Merge branch 'sv-socket-active-n'
OTP-11368
* sv-socket-active-n:
Update preloaded
add {active,N} socket option for TCP, UDP, and SCTP
Diffstat (limited to 'lib/kernel/src/inet_int.hrl')
-rw-r--r-- | lib/kernel/src/inet_int.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl index 18a4a61b2f..024a5fd3b6 100644 --- a/lib/kernel/src/inet_int.hrl +++ b/lib/kernel/src/inet_int.hrl @@ -46,6 +46,7 @@ -define(INET_PASSIVE, 0). -define(INET_ACTIVE, 1). -define(INET_ONCE, 2). % Active once then passive +-define(INET_MULTI, 3). % Active N then passive %% state codes (getstatus, INET_REQ_GETSTATUS) -define(INET_F_OPEN, 16#0001). |