Skip to content

Commit

Permalink
ssl: Make dist UG clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Apr 9, 2024
1 parent 1d5c34e commit 4b8149c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/ssl/doc/guides/ssl_distribution.md
Expand Up @@ -155,10 +155,14 @@ The TLS distribution options can be written into a file that is consulted when
the node is started. This file name is then specified with the command line
argument `-ssl_dist_optfile`.

Any available TLS option can be specified in an options file, but note that
options that take a `fun()` has to use the syntax `fun Mod:Func/Arity` since a
function body cannot be compiled when consulting a file.
Any available TLS option can be specified in an options file

> #### Note {: .info }
Options that take a `fun()` has to use the syntax `fun Mod:Func/Arity` since a
function body cannot be compiled when consulting a file. Also the encoding
of the file can be specified as defined by module `m:epp`.

> #### Warning {: .warning }
Do not tamper with the socket options `list`, `binary`, `active`, `packet`,
`nodelay` and `deliver` since they are used by the distribution protocol handler
itself. Other raw socket options such as `packet_size` may interfere severely,
Expand Down

0 comments on commit 4b8149c

Please sign in to comment.