diff options
| author | Lars Ingebrigtsen | 2016-02-01 03:15:36 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-01 03:15:36 +0100 |
| commit | 072d5357c15587af00eeba31033ef5b83d014223 (patch) | |
| tree | 8795d70389a453ebc2ebaa2b73082c14a36c2596 /src | |
| parent | 2cc69b4573573f464e5d21c9f47570afa9c2e7b0 (diff) | |
| download | emacs-072d5357c15587af00eeba31033ef5b83d014223.tar.gz emacs-072d5357c15587af00eeba31033ef5b83d014223.zip | |
Add documentation for :tls-parameters
* doc/lispref/processes.texi (Network Processes): Mention
:tls-parameters.
* src/process.c (Fmake_network_process): Document the
:tls-parameters parameter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 0e4fcb2c0a9..13f4b6aa85e 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3444,6 +3444,10 @@ and MESSAGE is a string. | |||
| 3444 | 3444 | ||
| 3445 | :plist PLIST -- Install PLIST as the new process's initial plist. | 3445 | :plist PLIST -- Install PLIST as the new process's initial plist. |
| 3446 | 3446 | ||
| 3447 | :tls-parameters LIST -- is a list that should be supplied if you're | ||
| 3448 | opening a TLS connection. The first element is the TLS type, and the | ||
| 3449 | remaining elements should be a keyword list accepted by gnutls-boot. | ||
| 3450 | |||
| 3447 | :server QLEN -- if QLEN is non-nil, create a server process for the | 3451 | :server QLEN -- if QLEN is non-nil, create a server process for the |
| 3448 | specified FAMILY, SERVICE, and connection type (stream or datagram). | 3452 | specified FAMILY, SERVICE, and connection type (stream or datagram). |
| 3449 | If QLEN is an integer, it is used as the max. length of the server's | 3453 | If QLEN is an integer, it is used as the max. length of the server's |