diff options
Diffstat (limited to 'src/process.c')
| -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 |