diff options
author | Sverker Eriksson <[email protected]> | 2016-08-15 17:52:12 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-08-15 17:52:12 +0200 |
commit | aa12cfd7a35434f6da89b5c3aaafdc99189f5a98 (patch) | |
tree | ddd98e49f37eaf1a3dbf15f02e021de3e49cd673 | |
parent | e96a373c9699296ade966c601bb0e7185f4a163d (diff) | |
download | otp-aa12cfd7a35434f6da89b5c3aaafdc99189f5a98.tar.gz otp-aa12cfd7a35434f6da89b5c3aaafdc99189f5a98.tar.bz2 otp-aa12cfd7a35434f6da89b5c3aaafdc99189f5a98.zip |
Update bootstrap
-rw-r--r-- | bootstrap/lib/kernel/ebin/dist_util.beam | bin | 10672 -> 11228 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam | bin | 768 -> 872 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_tcp_dist.beam | bin | 7212 -> 7612 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/net_kernel.beam | bin | 22968 -> 24844 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/include/dist_util.hrl | 8 |
5 files changed, 6 insertions, 2 deletions
diff --git a/bootstrap/lib/kernel/ebin/dist_util.beam b/bootstrap/lib/kernel/ebin/dist_util.beam Binary files differindex eb09a06785..f6d9246348 100644 --- a/bootstrap/lib/kernel/ebin/dist_util.beam +++ b/bootstrap/lib/kernel/ebin/dist_util.beam diff --git a/bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam b/bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam Binary files differindex 1be1dc1c57..98f70db13c 100644 --- a/bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam +++ b/bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam diff --git a/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam b/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam Binary files differindex d06bdf709a..ec85eb287b 100644 --- a/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam +++ b/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam diff --git a/bootstrap/lib/kernel/ebin/net_kernel.beam b/bootstrap/lib/kernel/ebin/net_kernel.beam Binary files differindex 8afe1c0388..b5dbe90b8a 100644 --- a/bootstrap/lib/kernel/ebin/net_kernel.beam +++ b/bootstrap/lib/kernel/ebin/net_kernel.beam diff --git a/bootstrap/lib/kernel/include/dist_util.hrl b/bootstrap/lib/kernel/include/dist_util.hrl index 43e50d4325..320e916c04 100644 --- a/bootstrap/lib/kernel/include/dist_util.hrl +++ b/bootstrap/lib/kernel/include/dist_util.hrl @@ -63,7 +63,7 @@ f_getll, %% Get low level port or pid. f_address, %% The address of the "socket", %% generated from Socket,Node - %% These two are used in the tick loop, + %% These three are used in the tick loop, %% so they are not fun's to avoid holding old code. mf_tick, %% Takes the socket as parameters and %% sends a tick, this is no fun, it @@ -74,7 +74,11 @@ %% {ok, RecvCnt, SendCnt, SendPend} for %% a given socket. This is a {M,F}, %% returning {error, Reason on failure} - request_type = normal + request_type = normal, + + %% New in kernel-5.1 (OTP 19.1): + mf_setopts, %% netkernel:setopts on active connection + mf_getopts %% netkernel:getopts on active connection }). |