From a4645470a77989cc1d4943331dc11a0d1a4db532 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 30 Apr 2019 15:45:48 +0200 Subject: erts: Add documentation for distribution fragments --- erts/doc/src/erl_dist_protocol.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'erts/doc/src/erl_dist_protocol.xml') diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index 185c75fe84..f924c8a70b 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -850,10 +850,15 @@ DiB == gen_digest(ChA, ICA)? -define(DFLAG_EXIT_PAYLOAD, 16#400000).

Use the PAYLOAD_EXIT, PAYLOAD_EXIT_TT, - PAYLOAD_EXIT2, PAYLOAD_EXIT2_TT - and PAYLOAD_MONITOR_P_EXIT - control messages - instead of the non-PAYLOAD variants.

+ PAYLOAD_EXIT2, PAYLOAD_EXIT2_TT + and PAYLOAD_MONITOR_P_EXIT + control messages + instead of the non-PAYLOAD variants.

+
+ -define(DFLAG_FRAGMENTS, 16#800000). + +

Use fragmented + distribution messages to send large messages.

-- cgit v1.2.3