aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl_dist_protocol.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-05-03 09:58:20 +0200
committerLukas Larsson <[email protected]>2019-05-03 09:58:20 +0200
commit29e64fd9d4eb8ab736936682dca5ed27f4e11a24 (patch)
treec63491a9f1d381a9e5de6e998de080d3fd43baf7 /erts/doc/src/erl_dist_protocol.xml
parentaeba9f1a2950c8864f0ce6cafac190c150035486 (diff)
parenta4645470a77989cc1d4943331dc11a0d1a4db532 (diff)
downloadotp-29e64fd9d4eb8ab736936682dca5ed27f4e11a24.tar.gz
otp-29e64fd9d4eb8ab736936682dca5ed27f4e11a24.tar.bz2
otp-29e64fd9d4eb8ab736936682dca5ed27f4e11a24.zip
Merge branch 'lukas/erts/distr-frag-fixes'
* lukas/erts/distr-frag-fixes: erts: Add documentation for distribution fragments
Diffstat (limited to 'erts/doc/src/erl_dist_protocol.xml')
-rw-r--r--erts/doc/src/erl_dist_protocol.xml13
1 files changed, 9 insertions, 4 deletions
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)?
<tag><c>-define(DFLAG_EXIT_PAYLOAD, 16#400000).</c></tag>
<item>
<p>Use the <c>PAYLOAD_EXIT</c>, <c>PAYLOAD_EXIT_TT</c>,
- <c>PAYLOAD_EXIT2</c>, <c>PAYLOAD_EXIT2_TT</c>
- and <c>PAYLOAD_MONITOR_P_EXIT</c>
- <seealso marker="#control_message">control message</seealso>s
- instead of the non-PAYLOAD variants.</p>
+ <c>PAYLOAD_EXIT2</c>, <c>PAYLOAD_EXIT2_TT</c>
+ and <c>PAYLOAD_MONITOR_P_EXIT</c>
+ <seealso marker="#control_message">control message</seealso>s
+ instead of the non-PAYLOAD variants.</p>
+ </item>
+ <tag><c>-define(DFLAG_FRAGMENTS, 16#800000).</c></tag>
+ <item>
+ <p>Use <seealso marker="erl_ext_dist#fragments">fragmented</seealso>
+ distribution messages to send large messages.</p>
</item>
</taglist>
<p>