diff options
author | Raimo Niskanen <[email protected]> | 2013-07-12 15:42:33 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2013-07-17 10:20:18 +0200 |
commit | 41989072fdfa766916489088aa7eae48a7d89961 (patch) | |
tree | 3058f55bd5cb5bdb4fefa7c6ea5390eef2805cf0 /lib/kernel | |
parent | 8cece79b77952c991e62ae595bcf71cde016a052 (diff) | |
download | otp-41989072fdfa766916489088aa7eae48a7d89961.tar.gz otp-41989072fdfa766916489088aa7eae48a7d89961.tar.bz2 otp-41989072fdfa766916489088aa7eae48a7d89961.zip |
Implement emulator netns support for TCP and UDP
Diffstat (limited to 'lib/kernel')
-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 67a99913a1..18a4a61b2f 100644 --- a/lib/kernel/src/inet_int.hrl +++ b/lib/kernel/src/inet_int.hrl @@ -143,6 +143,7 @@ -define(INET_LOPT_TCP_SEND_TIMEOUT_CLOSE, 35). -define(INET_LOPT_MSGQ_HIWTRMRK, 36). -define(INET_LOPT_MSGQ_LOWTRMRK, 37). +-define(INET_LOPT_NETNS, 38). % Specific SCTP options: separate range: -define(SCTP_OPT_RTOINFO, 100). -define(SCTP_OPT_ASSOCINFO, 101). |