epmd.mk
来自「OTP是开放电信平台的简称」· MK 代码 · 共 53 行
MK
53 行
# ------------------------------------------------# Server defines## EPMD port number# 4365 - Version 4.2 TCP# 4366 - Version 4.3 TCP# 4368 - Version 4.4.0 - 4.6.2 TCP# 4369 - Version 4.6.3 - 4.7.4 TCP/UDPEPMD_PORT_NO=4369# ------------------------------------------------# Client defines## Node type:# 72 = R3 hidden node# 77 = R3 erlang node# 104 = R4 hidden node# 109 = R4 erlang node# (110 = R6 nodes (explicit flags for differences between nodes))## What epmd has been told, differs very much between versions, both# 111 and 110 seems to have been used to tell epmd, while # the actual nodetypes has still been 104 and 109. # EPMD does not care about this, why we move back to using# the correct tag (an 'n') for all nodes.#EPMD_NODE_TYPE=110# Lowest/Highest supported version of the distribution protocol:# 0 = R3# 1 = R4# 2 = R5 ?????# 3 = R5C# 4 = R6 (development)# 5 = R6# There was no protocol change in release R5, so we didn't need to raise# the version number. But now that R5A is released, it's best to keep it# this way.# The number was inadvertently raised for R5C, so we increase it again# for R6.# Distribution version 4 means a) distributed monitor and b) larger references# in the distribution format. # In format 5, nodes can explicitly tell each other which of the above# mentioned capabilities they can handle.# Distribution format 5 contains the new md5 based handshake.EPMD_DIST_LOW=5EPMD_DIST_HIGH=5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?