From bf6110a9de0fbfc34754ee1aac325e9b1df2b095 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 9 Apr 2019 16:27:50 +0200 Subject: Revert "erts: Document new EPMD response ALIVE2_X_RESP" This reverts commit aef76b8e8bdce86e46e2267331b1b957f796653f. --- erts/doc/src/erl_dist_protocol.xml | 28 +++++----------------------- erts/doc/src/erl_ext_fig.gif | Bin 3840 -> 3834 bytes 2 files changed, 5 insertions(+), 23 deletions(-) (limited to 'erts/doc/src') diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index 1951d498cd..185c75fe84 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -109,8 +109,7 @@ Register a Node in EPMD

When a distributed node is started it registers itself in the EPMD. The message ALIVE2_REQ described below is sent from the node to - the EPMD. The response from the EPMD is ALIVE2_X_RESP (or - ALIVE2_RESP).

+ the EPMD. The response from the EPMD is ALIVE2_RESP.

@@ -156,12 +155,12 @@ HighestVersion

The highest distribution version that this node can handle. - The value in OTP 22 and later is 6.

+ The value in Erlang/OTP R6B and later is 5.

LowestVersion

The lowest distribution version that this node can handle. - The value in OTP 22 and later is 5.

+ The value in Erlang/OTP R6B and later is 5.

Nlen @@ -185,24 +184,7 @@ node is a distributed node. When the connection is closed, the node is automatically unregistered from the EPMD.

-

The response message is either ALIVE2_X_RESP or - ALIVE2_RESP depending on distribution version. If both the node - and EPMD support distribution version 6 then response is - ALIVE2_X_RESP otherwise it is the older ALIVE2_RESP:

- -
- - 1 - 1 - 4 - - - 118 - Result - Creation - - ALIVE2_X_RESP (118) with 32 bit creation -
+

The response message ALIVE2_RESP is as follows:

@@ -215,7 +197,7 @@ Result Creation - ALIVE2_RESP (121) with 16-bit creation + ALIVE2_RESP (121)

Result = 0 -> ok, result > 0 -> error.

diff --git a/erts/doc/src/erl_ext_fig.gif b/erts/doc/src/erl_ext_fig.gif index 40dd17bd5e..14d6bbc871 100644 Binary files a/erts/doc/src/erl_ext_fig.gif and b/erts/doc/src/erl_ext_fig.gif differ -- cgit v1.2.3