diff options
author | Martin Peck <coder@peertech.org> | 2009-05-30 13:53:35 -0700 |
---|---|---|
committer | Martin Peck <coder@peertech.org> | 2009-05-30 13:53:35 -0700 |
commit | 58168322477a9f847c14ac6282218e9f56a37c28 (patch) | |
tree | 3931a493c4f4b94025eaead66ce3d714ec2ea83a | |
parent | 7703b887f5db0d8d62e9eb87305bb8e2113276f1 (diff) | |
download | tor-58168322477a9f847c14ac6282218e9f56a37c28.tar.gz tor-58168322477a9f847c14ac6282218e9f56a37c28.zip |
Add documentation for new AccelName and AccelDir dynamic hardware acceleration engine options.
-rw-r--r-- | doc/tor.1.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 55f9a8e043..c9b344257d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -354,6 +354,16 @@ If non-zero, try to use crypto hardware acceleration when available. This is untested and probably buggy. (Default: 0) .LP .TP +\fBAccelName \fR\fIEngineName\fP +When using OpenSSL hardware crypto acceleration attempt to load the dynamic +engine of this name. This must be used for any dynamic hardware engine. +.LP +.TP +\fBAccelDir \fR\fIPath\fP +Specify this option if using dynamic hardware acceleration and the engine +implementation library resides somewhere other than the OpenSSL default. +.LP +.TP \fBAvoidDiskWrites \fR\fB0\fR|\fB1\fP If non-zero, try to write to disk less frequently than we would otherwise. This is useful when running on flash memory or other media that support only |